diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nix/default.nix | 2 |
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"; |