mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-28 05:01:03 +01:00
Updated Simple remote building (markdown)
parent
ebcf2eb7af
commit
0b48274f4f
1 changed files with 9 additions and 3 deletions
|
|
@ -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,
|
Building remotely with qemu-user-aarch64,
|
||||||
using a prebuilt qemu user emulation binary.
|
using a prebuilt qemu user emulation binary.
|
||||||
|
|
||||||
# Prerequisites:
|
## Prerequisites:
|
||||||
1. a powerful NixOS 20.09 x86_64 machine
|
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).
|
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:
|
Add the following to the system configuration:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue