Merge pull request #154307 from sagikazarmark/vmware-guest-add-mptspi-module

nixos/vmware-guest: add mptspi kernel module to initrd
This commit is contained in:
Jörg Thalheim 2022-01-11 21:24:13 +00:00 committed by GitHub
commit 578d4984fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ in
message = "VMWare guest is not currently supported on ${pkgs.stdenv.hostPlatform.system}";
} ];
boot.initrd.availableKernelModules = [ "mptspi" ];
boot.initrd.kernelModules = [ "vmw_pvscsi" ];
environment.systemPackages = [ open-vm-tools ];