Category:Virtualization: Difference between revisions

imported>Neongreensniper
No edit summary
imported>Jopejoe1
VMWare remove unnecesary step
Line 24: Line 24:


====VMware====
====VMware====
1. In your configuration.nix  add the following lines
1. In your configuration.nix  add the following line
<code>   environment.systemPackages = [
<code> virtualisation.vmware.host.enable = true; </code>
pkgs.linuxKernel.packages.linux_6_1.vmware # Kernel modules for vmware if you are running Linux 6.1.**
pkgs.vmware-workstation  ];  


</code>
2. reboot
2. Enable the kernel module in configuration.nix by adding this line at the end.
<code> virtualisation.vmware.host.enable = true; </code>
3. reboot  


==== VirtualBox ====
==== VirtualBox ====