modules: users: add myself to 'video' and 'audio'
This commit is contained in:
parent
046391e26e
commit
c175964630
|
@ -19,8 +19,10 @@ in
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = groupsIfExist [
|
extraGroups = groupsIfExist [
|
||||||
|
"audio" # sound control
|
||||||
"media" # access to media files
|
"media" # access to media files
|
||||||
"plugdev" # usage of ZSA keyboard tools
|
"plugdev" # usage of ZSA keyboard tools
|
||||||
|
"video" # screen control
|
||||||
"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