From 348c3439551d77e978765b7016af0b6a31a126b3 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 55320160..5ec8f47d 100644 --- a/deployment/check/common/targetNode.nix +++ b/deployment/check/common/targetNode.nix @@ -32,6 +32,9 @@ in ## Not used; save a large copy operation channel.enable = false; registry = lib.mkForce { }; + settings = { + download-attempts = 1; + }; }; services.openssh = {