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:
Donovan Glover 2024-06-16 07:43:51 -04:00
parent c0fc4fc4d0
commit 000c9f2d90
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -67,6 +67,8 @@ in
then { useTmpfs = true; }
else { cleanOnBoot = true; };
binfmt.emulatedSystems = [ "aarch64-linux" ];
loader = {
systemd-boot = {
enable = true;