about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-27 16:49:44 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-27 16:49:44 +0200
commit46f4c0b9187bc49c2bf49eb8ce9a60513e7fd4f1 (patch)
tree92e541e32709ffd3505ba4b3d3b3ef565ffcae92 /hosts
parentEnable hardware acceleration in selected hosts (phobos, luna) (diff)
downloadnixos-config-46f4c0b9187bc49c2bf49eb8ce9a60513e7fd4f1.tar.gz
nixos-config-46f4c0b9187bc49c2bf49eb8ce9a60513e7fd4f1.tar.bz2
nixos-config-46f4c0b9187bc49c2bf49eb8ce9a60513e7fd4f1.zip
Luna: Disable distributed builds
Diffstat (limited to 'hosts')
-rw-r--r--hosts/luna/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix
index 08b665a..1322e9c 100644
--- a/hosts/luna/default.nix
+++ b/hosts/luna/default.nix
@@ -49,21 +49,5 @@
     xf86_input_cmt #chromebook touchpad drivers
   ];
 
-  nix = {
-    distributedBuilds = true;
-    # optional, useful when the builder has a faster internet connection than yours
-    extraOptions = "builders-use-substitutes = true";
-    buildMachines = [{
-      hostName = "builder";
-      system = "x86_64-linux";
-      # if the builder supports building for multiple architectures,
-      # replace the previous line by, e.g.,
-      # systems = ["x86_64-linux" "aarch64-linux"];
-      maxJobs = 4;
-      speedFactor = 2;
-      supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
-      mandatoryFeatures = [ ];
-    }];
-  };
 }