Category:Virtualization: Difference between revisions

imported>Neongreensniper
imported>Neongreensniper
No edit summary
Line 25: Line 25:
====VMware====
====VMware====
1. In your configuration.nix  add the following lines
1. In your configuration.nix  add the following lines
<code>  environment.systemPackages = [
pkgs.linuxKernel.packages.linux_6_1.vmware # Kernel modules for vmware if you are running Linux 6.1.**
pkgs.vmware-workstation  ];


<code> 
environment.systemPackages = [
    pkgs.linuxKernel.packages.linux_6_1.vmware # Kernel modules for vmware if you are running Linux 6.1.**
    pkgs.vmware-workstation
  ];
</code>
</code>
2. Enable the kernel module in configuration.nix  
2. Enable the kernel module in configuration.nix by adding this line at the end.
  <code> virtualisation.vmware.host.enable = true; </code>
  <code> virtualisation.vmware.host.enable = true; </code>
3. reboot  
3. reboot