modules: users: add myself to 'video' and 'audio'

This commit is contained in:
Bruno BELANYI 2021-04-05 20:52:16 +00:00
parent c6ebb9d45f
commit 38a475d35d
1 changed files with 2 additions and 0 deletions

View File

@ -19,8 +19,10 @@ in
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = groupsIfExist [
"audio" # sound control
"media" # access to media files
"plugdev" # usage of ZSA keyboard tools
"video" # screen control
"wheel" # `sudo` for the user.
];
openssh.authorizedKeys.keys = with builtins; let