did initial steps on the Mac, now just NixOS install is missing
This commit is contained in:
parent
2fddf4d92e
commit
fc0710e1a7
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ nix build .#installer-bootstrap -o installer -j4 -L
|
|||
# write to USB stick
|
||||
doas dd if=installer/iso/nixos-25.11.20250528.96ec055-aarch64-linux.iso of=/dev/sda bs=4M conv=fsync
|
||||
|
||||
# on the Mac
|
||||
|
||||
curl https://alx.sh | sh
|
||||
|
||||
# follow instructions on the guide https://github.com/nix-community/nixos-apple-silicon/blob/main/docs/uefi-standalone.md
|
||||
|
||||
#
|
||||
# enable ssh for root
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue