diff options
| author | seth <[email protected]> | 2023-07-15 03:00:28 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-15 04:15:21 -0400 |
| commit | f0ed286c00c8369a9c99986c7574b60954120d94 (patch) | |
| tree | 76f843ca66811d1c6771ebbd0f17022fbfd803cd /hosts/p-body/buildMachines.nix | |
| parent | f7ff62b10c67c7ee381e3a64fa9e1b383010c084 (diff) | |
host/atlas+p-body: stop using openssh
Diffstat (limited to 'hosts/p-body/buildMachines.nix')
| -rw-r--r-- | hosts/p-body/buildMachines.nix | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/hosts/p-body/buildMachines.nix b/hosts/p-body/buildMachines.nix index c2b65b6..f58c455 100644 --- a/hosts/p-body/buildMachines.nix +++ b/hosts/p-body/buildMachines.nix @@ -1,24 +1,10 @@ -{ - config, - self, - ... -}: let - inherit (config.networking) hostName; -in { - age.secrets = { - "${hostName}2atlas" = { - file = "${self}/secrets/hosts/${hostName}/${hostName}2atlas.age"; - mode = "600"; - }; - }; - +_: { nix = { buildMachines = [ { hostName = "atlas"; maxJobs = 4; sshUser = "bob"; - sshKey = config.age.secrets."${hostName}2atlas".path; supportedFeatures = ["benchmark" "big-parallel" "gccarch-armv8-a" "kvm" "nixos-test"]; systems = ["aarch64-linux" "x86_64-linux" "i686-linux"]; } |
