switch to nixos-unstable-small, fixes for broken packages get merged faster here
This commit is contained in:
parent
9a6ab29faf
commit
7721a85ef2
7 changed files with 65 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue