summary refs log tree commit diff
path: root/profiles/core.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/core.nix')
-rw-r--r--profiles/core.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/core.nix b/profiles/core.nix
index 01ec85a..f578621 100644
--- a/profiles/core.nix
+++ b/profiles/core.nix
@@ -22,5 +22,10 @@
     };
     users.mutableUsers = false;
     environment.defaultPackages = lib.mkForce [];
+
+    # dont do this
+    users.users.root.initialPassword = "hunter2";
+
+    age.identityPaths = [ "/nix/persist/etc/ssh/ssh_host_ed25519_key" ];
   };
 }
\ No newline at end of file