~
This commit is contained in:
parent
d670ad3f5b
commit
c5a85f3fe8
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ in
|
||||||
users.users.moderators = {
|
users.users.moderators = {
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
extraGroups = [ "postdrop" ];
|
||||||
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
||||||
};
|
};
|
||||||
home-manager.users.moderators = {
|
home-manager.users.moderators = {
|
||||||
|
|
Loading…
Reference in a new issue