update and fixes

This commit is contained in:
Chris Cochrun 2025-10-23 14:50:26 -05:00
parent 2f26d6e9b5
commit 2e468802f4
6 changed files with 181 additions and 65 deletions

View file

@ -273,13 +273,6 @@ in
enable = true;
qemu = {
runAsRoot = false;
ovmf = {
enable = true;
packages = [
pkgs.OVMFFull.fd
pkgs.pkgsCross.aarch64-multiplatform.OVMF.fd
];
};
swtpm.enable = true;
};
};