From 0d7480597330a79d9efe5e7ba736f4534ea92c93 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 4 Aug 2022 20:14:10 +0200 Subject: [PATCH] Styx: Enable distributed builds --- system/hosts/Styx.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/hosts/Styx.nix b/system/hosts/Styx.nix index bb0ddf4..24fed58 100644 --- a/system/hosts/Styx.nix +++ b/system/hosts/Styx.nix @@ -25,6 +25,8 @@ auto-optimise-store = true ''; + distributedBuilds = true; + buildMachines = [ { hostName = "builder-sail";