Use the graphical installer to install NixOS. On the new system then run inside nix-shell -p wget git
:
wget https://raw.githubusercontent.com/kryphos/nixos-dotfiles/refs/heads/master/setup.sh
chmod +x setup.sh
./setup.sh <hostname>
./rebuild.sh
: Use to update the system after local changes../sync.sh
: Use to update the system after remote changes.