mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
638 B
638 B
Bootstrap ISO for NixOS
From this subdirectory directory, run just iso to generate the ISO file
Typical installation flow
- Flash iso with
sudo dd if=install.iso of=<usb drive> status=progress - Boot image on install host
- Connect to network via Ethernet or
nmcli - From a donor machine,
nixos-anywwhere -i <path to install private key> --flake .#<machine> nixos@<ip> - There is a bit of a snag here, but the current protocol is to connect to ethernet and SSH in using the installer key in order to setup SOPS, this section will be amended when we figure this out
- Connect new host to ethernet and SSH in