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