From 53f811e33313ea2d27e0721deff1bf6312952e66 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 7 Nov 2025 16:59:24 +0100 Subject: [PATCH] ljasdjklajkl --- profiles/known-hosts/default.nix | 1 + profiles/known-hosts/hosts.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/known-hosts/default.nix b/profiles/known-hosts/default.nix index 5d06585..72f713e 100644 --- a/profiles/known-hosts/default.nix +++ b/profiles/known-hosts/default.nix @@ -140,6 +140,7 @@ let ]; group = lib.mkOverride 1499 "${thisHost.ssh.listenUser}"; # mkOptionDefault - 1, }; + # TODO: https://nix.dev/tutorials/nixos/distributed-builds-setup.html#optimise-the-remote-builder-configuration }) (lib.mkIf (thisHostIsBuilder && thatHostIsBuildee && !thatHost.isAlias) { nix.settings.allowed-users = [ thisHost.ssh.listenUser ]; diff --git a/profiles/known-hosts/hosts.toml b/profiles/known-hosts/hosts.toml index 5823e1c..eb75cb3 100644 --- a/profiles/known-hosts/hosts.toml +++ b/profiles/known-hosts/hosts.toml @@ -52,7 +52,7 @@ noProxyJumpDomains = [ "tail9aac63.ts.net" ] ["bolle.tail9aac63.ts.net"] aliases = [ "bolle.pbsds.net" ] buildMachine.systems = ["x86_64-linux", "i686-linux", "riscv64-linux"] -buildMachine.maxJobs = 3 # 12 threads 32GB +# buildMachine.maxJobs = 3 # 12 threads 32GB buildMachine.speedFactor = 4 # ??? buildMachine.supportedFeatures = ["kvm", "nixos-test" ] #, "ccache" ] # no ccache because we have yet to setup distributed ccache buildMachine.protocol = "ssh-ng"