fix: allow 'astyanax' to cross-compile to ARM (e.g. for eetion)

This commit is contained in:
2026-02-02 18:36:23 +01:00
committed by Hektor Misplon
parent 2b9dc9b7da
commit 17ecac6524

View File

@@ -91,6 +91,8 @@ in
hostId = "80eef97e"; hostId = "80eef97e";
}; };
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
services = { services = {
fwupd.enable = true; fwupd.enable = true;
openssh = { openssh = {