misc/builder: add binfmt systems

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-15 01:23:15 +01:00
parent cd5c2c0e01
commit ace351c0a7
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -3,4 +3,9 @@
{
nix.settings.trusted-users = [ "@nix-builder-users" ];
nix.daemonCPUSchedPolicy = "batch";
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"armv7l-linux"
];
}