diff options
Diffstat (limited to 'modules/user.nix')
| -rw-r--r-- | modules/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.nix b/modules/user.nix index 2ca826b..2f49569 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -6,7 +6,7 @@ isNormalUser = true; description = "Mel"; shell = pkgs.fish; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "docker" ]; hashedPassword = security.password; openssh.authorizedKeys.keys = security.keys; |
