283 current 1970-01-01 01:00:00 23.11.20240406.e38d7cb 6.1.84 *
This commit is contained in:
		| @@ -81,7 +81,7 @@ | ||||
|   users.users.max = { | ||||
|     isNormalUser = true; | ||||
|     description = "Max Känner"; | ||||
|     extraGroups = ["networkmanager" "wheel"]; | ||||
|     extraGroups = ["networkmanager" "wheel" "libvirtd"]; | ||||
|     shell = pkgs.zsh; | ||||
|   }; | ||||
|  | ||||
| @@ -154,6 +154,24 @@ | ||||
|       enable = true; | ||||
|       defaultNetwork.settings.dns_enabled = true; | ||||
|     }; | ||||
|     libvirtd = { | ||||
|       enable = true; | ||||
|       qemu = { | ||||
|         package = pkgs.qemu_kvm; | ||||
|         runAsRoot = true; | ||||
|         swtpm.enable = true; | ||||
|         ovmf = { | ||||
|           enable = true; | ||||
|           packages = [ | ||||
|             (pkgs.unstable.OVMF.override { | ||||
|               secureBoot = true; | ||||
|               tpmSupport = true; | ||||
|             }) | ||||
|             .fd | ||||
|           ]; | ||||
|         }; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
|  | ||||
|   # List services that you want to enable: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user