update config

This commit is contained in:
fred 2025-08-12 11:58:29 -07:00
parent f610209aff
commit ae92148089
34 changed files with 387 additions and 240 deletions

View file

@ -4,7 +4,11 @@
virtualisation.libvirtd = {
enable = true;
qemu.ovmf.enable = true;
qemu.ovmf = {
enable = true;
packages = [ pkgs.OVMFFull ];
};
qemu.swtpm.enable = true;
qemu.runAsRoot = false;
onBoot = "ignore";
onShutdown = "shutdown";