mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-17 02:36:06 +01:00
688 B
688 B
- Download NixOS ISO
- Write the ISO to a USB drive using
dd - Boot machine from ISO
- If you're using vbox, then boot with
nomodesetas otherwise the boot hangs.
- If you're using vbox, then boot with
- 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)
- Copy nixos configuration files to
- Reboot
- Set password for
will:passwd will