Add user to docker group
This commit is contained in:
parent
0007129fc1
commit
b5eae356e0
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
users.users = {
|
||||
lillian = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["sudo" "networkmanager" "wheel" "vboxsf"];
|
||||
extraGroups = ["sudo" "networkmanager" "wheel" "vboxsf" "docker"];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue