misc/builder: add binfmt systems
This commit is contained in:
parent
cd5c2c0e01
commit
ace351c0a7
@ -3,4 +3,9 @@
|
||||
{
|
||||
nix.settings.trusted-users = [ "@nix-builder-users" ];
|
||||
nix.daemonCPUSchedPolicy = "batch";
|
||||
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
"armv7l-linux"
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user