Updated Simple remote building (markdown)

Alexander Sosedkin 2022-02-03 10:54:34 +01:00
parent ebcf2eb7af
commit 0b48274f4f

@ -1,11 +1,17 @@
# New way of host configuration
Just `boot.binfmt.emulatedSystems = [ "aarch64-linux" ];` is enough
# Old way of host configuration
Building remotely with qemu-user-aarch64,
using a prebuilt qemu user emulation binary.
# Prerequisites:
1. a powerful NixOS 20.09 x86_64 machine
## Prerequisites:
1. a powerful NixOS 21.09 x86_64 machine
2. that you can ssh to using `ssh HOST` without passwords (e.g., with a passwordless key).
# Builder
## Builder
Add the following to the system configuration: