Commit 0836376
Changed files (1)
modules
users
root
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;