From e3ea46864ba7832bfbf43f2260c9e08573177ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 28 Aug 2023 20:14:47 +0200 Subject: [PATCH] fix: do not build bigger stuff on builder --- modules/profiles/personal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profiles/personal.nix b/modules/profiles/personal.nix index dbb2944..d56b796 100644 --- a/modules/profiles/personal.nix +++ b/modules/profiles/personal.nix @@ -75,7 +75,7 @@ in protocol = "ssh-ng"; maxJobs = 1; speedFactor = 1; - supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; + supportedFeatures = [ "nixos-test" "benchmark" "kvm" ]; mandatoryFeatures = [ ]; }]; nix.distributedBuilds = true;