From 650c8db34ef983c18304eefbf74d2318ebbfdecd Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 24 Aug 2025 20:00:09 +0200 Subject: [PATCH] mv attempts --- deployment/check/common/targetNode.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deployment/check/common/targetNode.nix b/deployment/check/common/targetNode.nix index c5986a28..1a0c221d 100644 --- a/deployment/check/common/targetNode.nix +++ b/deployment/check/common/targetNode.nix @@ -29,12 +29,11 @@ in system.switch.enable = true; nix = { + # short-cut network time-outs + settings.download-attempts = 1; ## Not used; save a large copy operation channel.enable = false; registry = lib.mkForce { }; - settings = { - download-attempts = 1; - }; }; services.openssh = {