From dc7e139638d52afb5550e1815ea89ea550443dd9 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 10 Mar 2025 11:32:13 +0100 Subject: [PATCH] fix(configs/common): actually enable remote building --- configs/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/common.nix b/configs/common.nix index d227e03..1e43cfd 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -136,6 +136,7 @@ in ]; }; + distributedBuilds = true; buildMachines = [ { hostName = "etna";