KVM/libvirtd kinda working

This commit is contained in:
Greg Hellings
2025-01-07 10:58:24 -06:00
parent 2029daffc2
commit 8a0b0f55e8
5 changed files with 113 additions and 146 deletions
+4 -1
View File
@@ -45,7 +45,10 @@ with lib;
libvirtd = {
enable = true;
onBoot = "ignore"; # Do not auto-restart VMs on boot, unless they are marked autostart
qemu.ovmf.enable = true;
qemu.ovmf = {
enable = true;
packages = [ pkgs.OVMFFull.fd ];
};
qemu.swtpm.enable = true;
};