mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +01:00
system: Enable aarch64-linux emulation
This makes it possible to build the phone on the laptop, useful to significantly reduce build times.
This commit is contained in:
parent
c0fc4fc4d0
commit
000c9f2d90
@ -67,6 +67,8 @@ in
|
||||
then { useTmpfs = true; }
|
||||
else { cleanOnBoot = true; };
|
||||
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user