From f790ef33812bd8058a51a26dae1a1910e10722e6 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 22 Dec 2018 00:13:55 +0100 Subject: machines/katara: add aarch nixos community builder --- machines/profpatsch/katara.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'machines/profpatsch/katara.nix') 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 -- cgit 1.4.1