This commit is contained in:
TheWanderingCrow 2025-06-26 15:26:33 -04:00
parent 439869aa1c
commit bff5394f0f

View file

@ -42,7 +42,6 @@ in {
shell = pkgs.zsh;
hashedPasswordFile = config.users.users.${hostSpec.username}.hashedPasswordFile;
hashedPassword = config.users.users.${hostSpec.username}.hashedPassword;
password = "test";
openssh.authorizedKeys.keys = config.users.users.${hostSpec.username}.openssh.authorizedKeys.keys; # root's ssh keys are mainly used for remote deployment.
};
};