diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -225,6 +225,7 @@ | |||
225 | defaults = mapAttrs (hostname: _: { | 225 | defaults = mapAttrs (hostname: _: { |
226 | inherit hostname; | 226 | inherit hostname; |
227 | sshUser = "root"; | 227 | sshUser = "root"; |
228 | sshOpts = [ "-S" "none" ]; | ||
228 | 229 | ||
229 | profilesOrder = ["system"]; # system first | 230 | profilesOrder = ["system"]; # system first |
230 | profiles = { | 231 | profiles = { |