From cb60186c369f50e89323aa9e29b54c0f009c1f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 17 Feb 2023 14:04:52 +0100 Subject: [PATCH] nixos-laptop: remove builders --- hosts/nixos-laptop/default.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/hosts/nixos-laptop/default.nix b/hosts/nixos-laptop/default.nix index d89009d..3042652 100644 --- a/hosts/nixos-laptop/default.nix +++ b/hosts/nixos-laptop/default.nix @@ -107,22 +107,6 @@ wantedBy = [ "multi-user.target" ]; }; - nix = { - distributedBuilds = true; - buildMachines = [ - { - hostName = "builder"; - system = "x86_64-linux"; - maxJobs = 6; - speedFactor = 2; - supportedFeatures = [ "nixos.test" "benchmark" "big-parallel" "kvm" ]; - } - ]; - extraOptions = '' - builders-use-substitutes = true - ''; - }; - programs.ssh.extraConfig = '' Host builder Hostname 192.168.0.14