Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 415 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 415 Bytes

nixos-config

My NixOS configurations

Credit: https://github.com/mitchellh/nixos-config

Instructions

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