From 5e10c437fd59000dfa8f4690ddef5dce1950adfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 16 Jul 2025 22:55:08 +0300 Subject: [PATCH] Remove remote builder from SIIT-DC --- hosts/x86_64-linux/siit-dc.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/x86_64-linux/siit-dc.nix b/hosts/x86_64-linux/siit-dc.nix index 50e8a15..fc7a16c 100644 --- a/hosts/x86_64-linux/siit-dc.nix +++ b/hosts/x86_64-linux/siit-dc.nix @@ -14,10 +14,7 @@ }; services = { siit.enable = true; - nixCacheClient = { - enable = true; - remoteBuilds.exclusive = true; - }; + nixCacheClient.enable = true; }; }; networking.hostId = "f1636fe0";