diff --git a/sam/configuration.nix b/sam/configuration.nix index 54d77af..a7f33a0 100644 --- a/sam/configuration.nix +++ b/sam/configuration.nix @@ -63,7 +63,7 @@ users.users.chandler = { isNormalUser = true; description = "Chandler Swift"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "docker"]; packages = with pkgs; [ kdePackages.kate ]; @@ -74,6 +74,8 @@ programs.firefox.enable = true; + virtualisation.docker.enable = true; + environment.systemPackages = with pkgs; [ git ];