add docker to the system #23

Merged
aaron merged 3 commits from feature/docker into main 2026-02-22 18:14:40 +01:00
Showing only changes of commit cc44e68a2e - Show all commits

View File

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