modules: system: users: add 'docker' group
This commit is contained in:
parent
c0995929c4
commit
18c9458cfa
|
@ -27,6 +27,7 @@ in
|
|||
shell = pkgs.zsh;
|
||||
extraGroups = groupsIfExist [
|
||||
"audio" # sound control
|
||||
"docker" # usage of `docker` socket
|
||||
"media" # access to media files
|
||||
"networkmanager" # wireless configuration
|
||||
"plugdev" # usage of ZSA keyboard tools
|
||||
|
|
Loading…
Reference in a new issue