modules: users: sort groups
This commit is contained in:
parent
7e70b57132
commit
3a4098a6c4
|
@ -19,8 +19,8 @@ in
|
|||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = groupsIfExist [
|
||||
"plugdev" # usage of ZSA keyboard tools
|
||||
"media" # access to media files
|
||||
"plugdev" # usage of ZSA keyboard tools
|
||||
"wheel" # `sudo` for the user.
|
||||
];
|
||||
openssh.authorizedKeys.keys = with builtins; let
|
||||
|
|
Loading…
Reference in a new issue