From 529bdf2060333311c9e67aea8b90af5d9beb09c3 Mon Sep 17 00:00:00 2001
From: Emile <git@emile.space>
Date: Tue, 3 Dec 2024 21:59:26 +0100
Subject: (caladan) use corrino as a build-machine again

---
 nix/hosts/caladan/darwin-configuration.nix | 50 +++++++++++++++---------------
 1 file changed, 25 insertions(+), 25 deletions(-)

(limited to 'nix/hosts')

diff --git a/nix/hosts/caladan/darwin-configuration.nix b/nix/hosts/caladan/darwin-configuration.nix
index d46fcc8..ef18642 100644
--- a/nix/hosts/caladan/darwin-configuration.nix
+++ b/nix/hosts/caladan/darwin-configuration.nix
@@ -82,31 +82,31 @@
     distributedBuilds = true;
 
     buildMachines = [
-      # {
-      #   hostName = "corrino.emile.space";
-      #   system = "x86_64-linux";
-      #   maxJobs = 16;
-      #   speedFactor = 2;
-
-      #   # Feature	      | Derivations requiring it
-      #   # ----------------|-----------------------------------------------------
-      #   # kvm	            | Everything which builds inside a vm, like NixOS tests
-      #   # nixos-test	    | Machine can run NixOS tests
-      #   # big-parallel    | kernel config, libreoffice, evolution, llvm and chromium.
-      #   # benchmark	      | Machine can generate metrics (Means the builds usually
-      #   #                 | takes the same amount of time)
-
-      #   # cat /etc/nix/machines
-      #   # root@corrino  x86_64-linux      /home/nix/.ssh/id_ed25519        8 1     kvm,benchmark
-
-      #   supportedFeatures = [
-      #     "nixos-test"
-      #     "benchmark"
-      #     "big-parallel"
-      #     "kvm"
-      #   ];
-      #   mandatoryFeatures = [ ];
-      # }
+      {
+        hostName = "corrino.emile.space";
+        system = "x86_64-linux";
+        maxJobs = 16;
+        speedFactor = 2;
+
+        # Feature	      | Derivations requiring it
+        # ----------------|-----------------------------------------------------
+        # kvm	            | Everything which builds inside a vm, like NixOS tests
+        # nixos-test	    | Machine can run NixOS tests
+        # big-parallel    | kernel config, libreoffice, evolution, llvm and chromium.
+        # benchmark	      | Machine can generate metrics (Means the builds usually
+        #                 | takes the same amount of time)
+
+        # cat /etc/nix/machines
+        # root@corrino  x86_64-linux      /home/nix/.ssh/id_ed25519        8 1     kvm,benchmark
+
+        supportedFeatures = [
+          "nixos-test"
+          "benchmark"
+          "big-parallel"
+          "kvm"
+        ];
+        mandatoryFeatures = [ ];
+      }
     ];
   };
 
-- 
cgit 1.4.1