nix in tests: download-attempts = 1

This commit is contained in:
Kiara Grouwstra 2025-08-24 18:21:38 +02:00
parent b7cf39534f
commit 10ba2ee1e6
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -32,6 +32,9 @@ in
## Not used; save a large copy operation
channel.enable = false;
registry = lib.mkForce { };
settings = {
download-attempts = 1;
};
};
services.openssh = {