Add user to docker group
This commit is contained in:
parent
64da4c43ce
commit
4d8ac57eb8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
users.users.sijmen = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ "wheel" "docker" ];
|
||||
description = "Sijmen";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue