From d800e935031dc2e19f5a4d5badab964947b90a09 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 24 Aug 2025 18:21:38 +0200 Subject: [PATCH] nix in tests: download-attempts = 1 --- deployment/check/common/targetNode.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment/check/common/targetNode.nix b/deployment/check/common/targetNode.nix index a1de2273..57cc929a 100644 --- a/deployment/check/common/targetNode.nix +++ b/deployment/check/common/targetNode.nix @@ -34,6 +34,9 @@ in ## Not used; save a large copy operation channel.enable = false; registry = lib.mkForce { }; + settings = { + download-attempts = 1; + }; }; services.openssh = {