nix in tests: download-attempts = 1

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

View file

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