hydra: add binfmt.emulatedSystems for aarch64

This commit is contained in:
Astro 2019-11-17 21:04:44 +01:00
parent 93dee9d76a
commit 7ce1312baf
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@
isContainer = true;
loader.initScript.enable = true;
loader.grub.enable = false;
# For cross-building
binfmt.emulatedSystems = [ "aarch64-linux" ];
};
fileSystems."/" = {