added password for remote user

This commit is contained in:
Leyla Becker 2024-09-02 20:51:30 -05:00
parent 72b62bed37
commit 1217959d6d
2 changed files with 21 additions and 3 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 {