558 B
558 B
Auxolotl System Template
A (nearly) complete and ready-to-run NixOS template.
Getting Started
- Install a fresh copy of NixOS and boot into your new system.
- Run [command] to generate your system's
hardware-configuration.nix
file. - Copy
hardware-configuration.nix
into thehosts/myHost
folder. - Edit the
hosts/myHost/configuration.nix
file to suit your needs. This file is fully documented with all of the different options available in this template. - Run
nixos-rebuild boot --flake .
and restart. - Enjoy your new NixOS system!