wenche: flatten builder config

This commit is contained in:
h7x4
2025-12-30 00:22:57 +09:00
parent 33b7af4e62
commit 9491a5d200
2 changed files with 8 additions and 13 deletions

View File

@@ -1,11 +0,0 @@
{ ... }:
{
nix.settings.trusted-users = [ "@nix-builder-users" ];
nix.daemonCPUSchedPolicy = "batch";
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"armv7l-linux"
];
}