modules: users: sort groups

This commit is contained in:
Bruno BELANYI 2021-03-27 22:18:16 +00:00
parent 7e70b57132
commit 3a4098a6c4
1 changed files with 1 additions and 1 deletions

View File

@ -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