From 701ec656bb6a8300d2c28bf63a0df30c89359236 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 6 Aug 2025 00:01:46 +0200 Subject: Enable Docker (+ utilities) Signed-off-by: Mel --- modules/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.nix') diff --git a/modules/user.nix b/modules/user.nix index 5fd5dfa..d4e9086 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -10,7 +10,7 @@ isNormalUser = true; description = "Mel"; shell = pkgs.fish; - extraGroups = [ "wheel" "dialout" "kvm" "networkmanager" "adbusers" ]; + extraGroups = [ "wheel" "dialout" "kvm" "networkmanager" "adbusers" "docker" ]; hashedPasswordFile = config.age.secrets.password.path; # TODO: commented out pacckages are currently not available on ARM, and thus not on the -- cgit 1.4.1