forked from jan-leila/nix-config
added password for remote user
This commit is contained in:
parent
0389206ec1
commit
6393af9620
3 changed files with 25 additions and 6 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