Use hashed password for julian

This commit is contained in:
Julian Mutter 2025-05-04 13:52:36 +02:00
parent 75fb0f54ec
commit 136653b0fa

View File

@ -28,7 +28,8 @@ in {
openssh.authorizedKeys.keys = lib.splitString "\n" ( openssh.authorizedKeys.keys = lib.splitString "\n" (
builtins.readFile ../../../../homes/julian/ssh.pub builtins.readFile ../../../../homes/julian/ssh.pub
); );
hashedPasswordFile = config.sops.secrets.julian-password.path; # hashedPasswordFile = config.sops.secrets.julian-password.path;
hashedPassword = "$y$j9T$N33kLJQbV8soUoCbDkpwA1$r/yahJDgOPo4GGOrAi6BUG5zLTzmaBrA5NQ4nno561A";
packages = [pkgs.home-manager]; packages = [pkgs.home-manager];
}; };
users.groups.julian = { users.groups.julian = {