summary refs log tree commit diff
path: root/modules/user.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-11-04 03:28:38 +0100
committerMel <einebeere@gmail.com>2024-11-04 03:28:38 +0100
commit4845b62083018a273846323dcfbb09e2ee8bff4f (patch)
treee381cb467fa3308d91c69612f55dc28715abb4d4 /modules/user.nix
parent9a52eff1c92d63ea7309a4b0768f572973b5a6e6 (diff)
downloadnetwork-4845b62083018a273846323dcfbb09e2ee8bff4f.tar.zst
network-4845b62083018a273846323dcfbb09e2ee8bff4f.zip
Switch on docker
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/user.nix')
-rw-r--r--modules/user.nix2
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;