Work in progress.
This will clone the repository and generate the system using flakes, it will use the hostname by default to see which modules to load.
curl -fsSL https://raw.githubusercontent.com/jaycedam/nix/master/install.sh | bashBy default, the nix repo will be cloned to ~/dev/nix. You can modify the files directly in the repo for version control.
- Rebuild the system on ~/dev/nix with
sudo nixos-rebuild switch --flake ..