about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-03-01 17:16:20 +0100
committerProfpatsch <mail@profpatsch.de>2019-03-03 22:31:23 +0100
commit6117bbcf951a535ed5b705b8c0ff0538af1a7ba8 (patch)
treeaced36191ba0c191d5d643a172ca6467371916e5
parent87bec2e5b8be2eaff7e2199c1393c97f69580ec5 (diff)
machines/katara: add tweag builder
-rw-r--r--machines/profpatsch/katara.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index bef7bf29..c8f625af 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -83,6 +83,15 @@ in {
         system = "aarch64-linux";
         supportedFeatures = [ "big-parallel" ];
       }
+      # tweag remote builder
+      {
+        hostName = "build01.tweag.io";
+        maxJobs = 24;
+        sshKey = "/root/.ssh/tweag-nix-builder";
+        sshUser = "nix";
+        system = "x86_64-linux";
+        supportedFeatures = [ "big-parallel" ];
+      }
     ];
 
     ##########