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;