Add kernel modules to vm

This commit is contained in:
Nathan McCarty 2023-04-26 00:50:44 -04:00
parent 5ee0c01baf
commit c06cd8034e
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
boot.initrd.availableKernelModules =
[ "ata_piix" "mptspi" "uhci_hcd" "ehci_pci" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.kernelModules =
[ "vmw_ballon" "vmw_pvscsi" "vmw_vmci" "vmwgfx" "vmxnet3" ];
boot.extraModulePackages = [ ];
fileSystems = {