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
parent c538c5ad08
commit b59eb6889a

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 = {