Install and configure the system.
sudo sh -c 'curl -sSL https://raw.githubusercontent.com/devswork-in/nix-systems/main/setup.sh | bash -s /dev/nvme0n1 omnix'Replace /dev/nvme0n1 with target device and omnix with system name.
Warning: Erases all data on device.
- User settings:
config.nix - Secrets:
secrets/user-secrets.nix(git-ignored) - See flake.nix for secrets handling
sudo nixos-rebuild switch --flake .#<hostname> --impurenix-repo-sync-logs | tail -20