feature(users): add docker group to the main user

This commit is contained in:
2026-02-21 21:17:19 +01:00
parent b97d6cc47d
commit cc44e68a2e

View File

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