templates/system/README.md
Andre 27ddb4119d
Some checks are pending
Code Check / Run nixfmt and statix (push) Waiting to run
Initial working commit for new user system templates
2024-06-14 22:13:48 -04:00

13 lines
558 B
Markdown

# Auxolotl System Template
A (nearly) complete and ready-to-run NixOS template.
## Getting Started
1. Install a fresh copy of NixOS and boot into your new system.
2. Run [command] to generate your system's `hardware-configuration.nix` file.
3. Copy `hardware-configuration.nix` into the `hosts/myHost` folder.
4. 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.
5. Run `nixos-rebuild boot --flake .` and restart.
6. Enjoy your new NixOS system!