summaryrefslogtreecommitdiff
path: root/modules/root/normaluser.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/root/normaluser.nix')
-rw-r--r--modules/root/normaluser.nix2
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" ];
};
}