summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nix/default.nix b/sys/nix/default.nix
index 8a86529..04ba61f 100644
--- a/sys/nix/default.nix
+++ b/sys/nix/default.nix
@@ -1,7 +1,7 @@
 {...}: {
   nix = {
     channel.enable = false;
-    distributedBuilds = true;
+    distributedBuilds = false;
     buildMachines = [
       {
         hostName = "server1.vhack.eu";