diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/system/modules/tvl.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/glittershark/system/system/modules/tvl.nix b/users/glittershark/system/system/modules/tvl.nix index 5291532338af..69a02dbbb33f 100644 --- a/users/glittershark/system/system/modules/tvl.nix +++ b/users/glittershark/system/system/modules/tvl.nix @@ -2,6 +2,19 @@ { nix = { + buildMachines = [{ + hostName = "whitby.tvl.fyi"; + sshUser = "grfn"; + sshKey = "/root/.ssh/id_rsa"; + system = "x86_64-linux"; + maxJobs = 64; + supportedFeatures = ["big-parallel" "kvm" "nixos-test" "benchmark"]; + }]; + + extraOptions = '' + builders-use-substitutes = true + ''; + binaryCaches = [ "ssh://nix-ssh@whitby.tvl.fyi" "https://cache.nixos.org" |