mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
hardware: remove mptspi
not needed for paravirtual
This commit is contained in:
parent
ec5a913986
commit
32c889d46a
1 changed files with 0 additions and 1 deletions
|
@ -15,6 +15,5 @@
|
||||||
vmware = { lib, ... }: lib.mkMerge
|
vmware = { lib, ... }: lib.mkMerge
|
||||||
[
|
[
|
||||||
{ virtualisation.vmware.guest.enable = true; }
|
{ virtualisation.vmware.guest.enable = true; }
|
||||||
{ boot.initrd.availableKernelModules = [ "mptspi" ]; }
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue