switch to nixos-unstable-small, fixes for broken packages get merged faster here

This commit is contained in:
alyx 2025-07-29 20:18:59 +01:00
parent 9a6ab29faf
commit 7721a85ef2
No known key found for this signature in database
7 changed files with 65 additions and 42 deletions

View file

@ -15,10 +15,8 @@
qemu = {
package = pkgs.qemu_kvm;
ovmf = {
enable = true;
packages = [ pkgs.OVMFFull.fd ];
enable = true;
};
vhostUserPackages = [ pkgs.virtiofsd ];
swtpm.enable = true;
runAsRoot = true;
};
@ -52,6 +50,8 @@
"1002:67df"
"1002:aaf0"
"1b21:2142"
"8086:8d26"
"8086:8d2d"
];
ignoreMSRs = true;
disablePCIeASPM = true;