modules.virtualization: fix

This commit is contained in:
2024-11-18 14:10:35 +08:00
parent f6312941f6
commit 2fb51ede8f

View File

@@ -35,8 +35,13 @@ inputs:
qemu.runAsRoot = false;
onBoot = "ignore";
onShutdown = "shutdown";
shutdownTimeout = 30;
parallelShutdown = 4;
qemu.ovmf.packages = with inputs.pkgs; [ OVMF.fd pkgsCross.aarch64-multiplatform.OVMF.fd ];
qemu =
{
ovmf.packages = with inputs.pkgs; [ OVMF.fd pkgsCross.aarch64-multiplatform.OVMF.fd ];
swtpm.enable = true;
};
};
spiceUSBRedirection.enable = true;
};