modules: users: sort groups

This commit is contained in:
Bruno BELANYI 2021-03-27 22:18:16 +00:00
parent 7e70b57132
commit 3a4098a6c4

View file

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