From ddcc8c65e30a9ca3b56e25466e749cb100b28510 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 22 Oct 2022 19:33:45 +0200 Subject: ... --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 43825563..2f86bb44 100644 --- a/flake.nix +++ b/flake.nix @@ -225,6 +225,7 @@ defaults = mapAttrs (hostname: _: { inherit hostname; sshUser = "root"; + sshOpts = [ "-S" "none" ]; profilesOrder = ["system"]; # system first profiles = { -- cgit v1.2.3