about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2025-02-14 18:34:12 +0100
committerEmile <git@emile.space>2025-02-14 18:34:12 +0100
commit11760c77264073d24d2cea1c1c8361e2509ff3b7 (patch)
treeb5f3f0f2ce54d46bcaffac372413c5f54e8cc35d
parent34ceb7910ca2fa214eadd20fce16838fadfbc6e9 (diff)
corrino: add caladan as a build machine
-rw-r--r--nix/hosts/corrino/configuration.nix30
1 files changed, 16 insertions, 14 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix
index 8a5f95d..d5e00a6 100644
--- a/nix/hosts/corrino/configuration.nix
+++ b/nix/hosts/corrino/configuration.nix
@@ -480,20 +480,22 @@ in
           "kvm"
         ];
       }
-      # {
-      #   hostName = "caladan.pinto-pike.ts.net";
-      #   system = "aarch64-darwin";
-      #   protocol = "ssh-ng";
-      #   maxJobs = 1;
-      #   speedFactor = 2;
-      #   supportedFeatures = [
-      #     "nixos-test"
-      #     "benchmark"
-      #     "big-parallel"
-      #     "kvm"
-      #   ];
-      #   mandatoryFeatures = [ ];
-      # }
+      {
+        hostName = "caladan.pinto-pike.ts.net";
+        sshUser = "hydra";
+        sshKey = "/root/.ssh/id_ed25519";
+        system = "aarch64-darwin";
+        protocol = "ssh-ng";
+        maxJobs = 1;
+        speedFactor = 2;
+        supportedFeatures = [
+          "nixos-test"
+          "benchmark"
+          "big-parallel"
+          "kvm"
+        ];
+        mandatoryFeatures = [ ];
+      }
     ];
 
     distributedBuilds = true;