diff --git a/components/user-kurtisa.nix b/components/user-kurtisa.nix index 75255dc..e404848 100644 --- a/components/user-kurtisa.nix +++ b/components/user-kurtisa.nix @@ -12,12 +12,15 @@ in boot.kernelModules = [ "kvm-intel" "kvm-amd" ]; virtualisation.libvirtd.enable = true; virtualisation.spiceUSBRedirection.enable = true; + + #docker + virtualisation.docker.enable = true; # My user account. Don't forget to set a password with ‘passwd’. users.users.kurtisa = { isNormalUser = true; description = "Kurtis Andrews"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "docker" ]; packages = with pkgs; [ firefox thunderbird