nix in tests: download-attempts = 1

This commit is contained in:
Kiara Grouwstra 2025-08-24 18:21:38 +02:00
parent f7b7e91960
commit 7d1f0c61af
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 = {