about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2024-03-20 19:17:54 +0000
committerdevhell <devhell@mailfresser.de>2024-03-20 19:18:52 +0000
commitf138004d2a8c55f80e783f08301c0dd23730f9ea (patch)
treea4a5912e9ae4ba6205df468977ce59c018ec7c81
parent220997e2f6efd91e41c6151338abfba611ab5a87 (diff)
machines/herja: add binfmt aarch64-linux
Need this to cross-compile to RPis.
-rw-r--r--machines/devhell/herja.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 8d681ac7..b14e1794 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -4,6 +4,7 @@
   vuizvui.user.devhell.profiles.base.enable = true;
 
   boot = {
+    binfmt.emulatedSystems = [ "aarch64-linux" ];
     loader = {
       timeout = 2;
       systemd-boot = {