added password for remote user
This commit is contained in:
parent
72b62bed37
commit
1217959d6d
2 changed files with 21 additions and 3 deletions
|
@ -19,6 +19,9 @@ in
|
|||
(
|
||||
if cfg.isNormalUser then {
|
||||
# extraGroups = [ "wheel" ];
|
||||
|
||||
hashedPasswordFile = config.sops.secrets."passwords/remote".path;
|
||||
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue