Commit 0836376

HPCesia <me@hpcesia.com>
2025-12-31 10:43:03
fix: root user's authorized keys
1 parent c421c4d
Changed files (1)
modules
users
modules/users/root/default.nix
@@ -2,7 +2,7 @@
   flake.modules.nixos.user-root = {config, ...}: {
     users.users.root = {
       hashedPasswordFile = config.vaultix.secrets.user-root-hashed-password.path;
-      openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIyxd+nyK9cnULmzXIMhE1/rIB3VMsJ6SuWV4Ha8oE0F hpcesia@kevin"];
+      openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFMKaGC2I3an4AJDeWzVx5vhm63+kxi6zJNdh7yEp6CK hpcesia@kevin"];
     };
 
     vaultix.secrets.user-root-hashed-password.file = ./hashed-password.age;