refactor(docker): move the docker group to the respective nix module instead of adding the user per default

This commit is contained in:
2026-03-21 16:37:31 +01:00
parent 2fb937b19f
commit 17158618ee
2 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
users.users.aaron = {
isNormalUser = true;
group = "users";
extraGroups = [ "wheel" "networkmanager" "docker" ];
extraGroups = [ "wheel" "networkmanager" ];
shell = pkgs.zsh;
};