added password for remote user

This commit is contained in:
Leyla Becker 2024-09-02 20:51:30 -05:00
parent 0389206ec1
commit 6393af9620
3 changed files with 25 additions and 6 deletions

View file

@ -19,6 +19,9 @@ in
(
if cfg.isNormalUser then {
# extraGroups = [ "wheel" ];
hashedPasswordFile = config.sops.secrets."passwords/remote".path;
isNormalUser = true;
openssh.authorizedKeys.keys = [];
} else {