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