Warning
Single user setup and is not intended to be anything else so fo
No GUI or "manual steps" are required so just get the minimal ISO (if possible).
# Clone the configuration (or just grab the disko-config.nix file)
$ git clone https://github.com/luisnquin/nixos-config.git
# Partition and format disks with disko
$ sudo nix --experimental-features "nix-command flakes" run \
github:nix-community/disko -- --mode disko nixos-config/system/hosts/nyx/disko-config.nix
# Install NixOS using the configuration flake
$ sudo nixos-install --root /mnt --flake github:luisnquin/nixos-config#nyx
After that just reboot and continue the setup with home manager.
