fist Image#
- https://wiki.nixos.org/wiki/NixOS_on_ARM/Installation
- https://hydra.nixos.org/job/nixos/release-25.11/nixos.sd_image.aarch64-linux
Downloand, uncompress, write image and add swap partition to the end.
Emergency remote shell#
socat TCP-LISTEN:4444,reuseaddr EXEC:/bin/bash,pty,stderr,setsid,sigint,sane ## remote shell server
socat FILE:`tty`,raw,echo=0 TCP:127.0.0.1:4444 ## remote shell client