This commit is contained in:
2024-05-25 14:48:59 +08:00
parent 4c71ca5642
commit 8caee452ad

View File

@@ -68,7 +68,7 @@ inputs:
onBoot = "ignore";
onShutdown = "shutdown";
parallelShutdown = 4;
qemu.ovmf.packages = with inputs.pkgs; [ OVMF.fd pkgsCross.aarch64-multiplatform.OVMFFull.fd ];
qemu.ovmf.packages = with inputs.pkgs; [ OVMF.fd pkgsCross.aarch64-multiplatform.OVMF.fd ];
};
spiceUSBRedirection.enable = true;
};