about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-12-03 21:59:26 +0100
committerEmile <git@emile.space>2024-12-03 21:59:26 +0100
commit529bdf2060333311c9e67aea8b90af5d9beb09c3 (patch)
treee915904405c8f042cd13a3734b7295f7b254308c
parent5c89a126964461ea8058b4116ddb9c3cc07cc7da (diff)
(caladan) use corrino as a build-machine again
-rw-r--r--nix/hosts/caladan/darwin-configuration.nix50
1 files changed, 25 insertions, 25 deletions
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 = [ ];
+      }
     ];
   };