From c06cd8034e6ca878c12338fffd26651efa00cca9 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 26 Apr 2023 00:50:44 -0400 Subject: [PATCH] Add kernel modules to vm --- hardware/productivity-vm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hardware/productivity-vm.nix b/hardware/productivity-vm.nix index 8614018..2b31257 100755 --- a/hardware/productivity-vm.nix +++ b/hardware/productivity-vm.nix @@ -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 = {