2019-05-31 21:56:31 +01:00
2019-05-31 18:24:45 +01:00
2019-05-31 18:24:45 +01:00
2019-05-31 18:24:45 +01:00
2019-05-31 21:56:31 +01:00

  • Download NixOS ISO
  • Write the ISO to a USB drive using dd
  • Boot machine from ISO
    • If you're using vbox, then boot with nomodeset as otherwise the boot hangs.
  • Install git: nix-env -i git
  • Clone configuration: git clone https://github.com/willprice/nixos-config.git
  • Follow the installation guide up to nixos-generate-config
    • Copy nixos configuration files to /mnt: cp nixos-config/* /mnt/etc/nixos
    • Generate hardware config: nixos-generate-config
    • Install system: nixos-install (set root password)
  • Reboot
  • Set password for will: passwd will
Description
No description provided
Readme 73 KiB
Languages
Nix 100%