diff options
Diffstat (limited to 'modules/root/normaluser.nix')
-rw-r--r-- | modules/root/normaluser.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/root/normaluser.nix b/modules/root/normaluser.nix index 192e64e..4be90e8 100644 --- a/modules/root/normaluser.nix +++ b/modules/root/normaluser.nix @@ -3,6 +3,6 @@ description = userDetails.fullname; #home = userDetails.home.root; isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "docker" ]; }; } |