1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-03 12:51:23 +02:00

misc/builder: add binfmt systems

This commit is contained in:
h7x4 2025-03-15 01:23:15 +01:00
parent cd5c2c0e01
commit ace351c0a7
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

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