about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-12-22 00:13:55 +0100
committerProfpatsch <mail@profpatsch.de>2018-12-22 00:13:55 +0100
commitf790ef33812bd8058a51a26dae1a1910e10722e6 (patch)
tree0096fe2706627492f37f3e57733fbb1b06656abb /machines
parent9a2dc71ad4aa32141ddcc590a615a51a81378ddc (diff)
machines/katara: add aarch nixos community builder
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 3602f6e7..4c5dbbab 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -72,6 +72,19 @@ in {
       ''}"
     ];
 
+    nix.distributedBuilds = true;
+    nix.buildMachines = [
+      # access to the nix-community aarch64 build box
+      {
+        hostName = "aarch64.nixos.community";
+        maxJobs = 64;
+        sshKey = "/root/aarch64-build-box/ssh-key";
+        sshUser = "Profpatsch";
+        system = "aarch64-linux";
+        supportedFeatures = [ "big-parallel" ];
+      }
+    ];
+
     ##########
     # Network