this repo has no description
1# nixos-config 2 3## Getting Started (Wireless Local Computer) 4- Build all packages: `nix-fast-build` 5- Burn iso to a usb drive: `sudo dd bs=4M conv=fsync oflag=direct status=progress if=result-x86_64-linux.pkgs-node-bootstrap-iso/iso/nixos-25.11.20251204.c97c47f-x86_64-linux.iso of=/dev/sdX` 6- Plug iso usb drive into computer and boot 7- Login with user added to bootstrap iso 8- Run `iwctl` to start wireless connection process 9 - Run `station list` to get wireless interfaces 10 - Run `station <interface> connect <SSID>` to connect to your wireless network 11- From another computer, run `nixos-anywhere -f .#<HOST> root@<IP> --phases disko,install,reboot` 12 - If necessary generate a facter.json as part of this command by adding `--generate-hardware-config nixos-facter ./hosts/<HOST>/facter.json`