Category:Virtualization

From NixOS Wiki
Revision as of 17:37, 18 April 2024 by Klinger (talk | contribs) (little bit expanded to faster find the right link.)

This guide page exists to point out resources related to virtualization in the Nix ecosystem.

NixOS as VM guest

This section is for information about running NixOS as a guest virtual machine.

VirtualBox as host

NixOS.org hosts an official VirtualBox virtual appliance image in OVA format. It is also possible to install via install image.

VMware as host

See VMware for help using VMware to virtualize NixOS.

microvm.nix

NixOS on NixOS with configurable virtual machine manager: https://github.com/astro/microvm.nix

NixOS as a VM host

This section covers if you want to run virtual machines from within Nix(OS).

running VMware host on NixOS

1. In your configuration.nix add the following line virtualisation.vmware.host.enable = true;

2. reboot

running VirtualBox host on NixOS

See VirtualBox for more.

running QEMU/KVM host on NixOS

See Virt-manager