about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/hosts/corrino/configuration.nix28
1 files changed, 14 insertions, 14 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix
index f5e83ba..e2c98ae 100644
--- a/nix/hosts/corrino/configuration.nix
+++ b/nix/hosts/corrino/configuration.nix
@@ -462,20 +462,20 @@ 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";
+      #   system = "aarch64-darwin";
+      #   protocol = "ssh-ng";
+      #   maxJobs = 1;
+      #   speedFactor = 2;
+      #   supportedFeatures = [
+      #     "nixos-test"
+      #     "benchmark"
+      #     "big-parallel"
+      #     "kvm"
+      #   ];
+      #   mandatoryFeatures = [ ];
+      # }
     ];
 
     distributedBuilds = true;