summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 43825563..2f86bb44 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = {