This commit is contained in:
TheWanderingCrow 2025-06-26 15:24:00 -04:00
parent 20c0d65b39
commit 439869aa1c
6 changed files with 16 additions and 43 deletions

View file

@ -42,6 +42,7 @@ 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.
};
};