My NixOS configurations
Credit: https://github.com/mitchellh/nixos-config
Boot virtual machine with minimal nixos iso. Set root password.
sudo su
passwd
Fetch IP address.
ip addr show
Set nixos IP address and bootstrap.
export NIXADDR=<VM_IP>
make vm/bootstrap