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

@@ -5,8 +5,14 @@
./hardware-configuration.nix
(fp /base)
(fp /misc/metrics-exporters.nix)
];
(fp /misc/builder.nix)
nix.settings.trusted-users = [ "@nix-builder-users" ];
nix.daemonCPUSchedPolicy = "batch";
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"armv7l-linux"
];
sops.defaultSopsFile = fp /secrets/wenche/wenche.yaml;

View File

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