this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: enable virtualization for docker

+2 -1
+2 -1
hosts/desktop/default.nix
··· 113 113 users.users.pedro = { 114 114 isNormalUser = true; 115 115 description = "Pedro"; 116 - extraGroups = [ "networkmanager" "wheel" "tty" ]; 116 + extraGroups = [ "networkmanager" "wheel" "tty" "docker" ]; 117 117 shell = pkgs.zsh; 118 118 }; 119 119 ··· 185 185 hasklig 186 186 ]; 187 187 188 + virtualisation.docker.enable = true; 188 189 }