This commit is contained in:
2024-11-14 15:42:48 -06:00
parent 6b129f299b
commit 2ab10e6423
3 changed files with 5 additions and 15 deletions

View File

@@ -57,7 +57,6 @@
allowedUDPPorts = ports;
};
};
nixpkgs.hostPlatform = "x86_64-linux";
nix =
let
featuresList = [
@@ -77,7 +76,7 @@
hostName = "workstation";
system = "x86_64-linux";
sshUser = "nixremote";
maxJobs = 14;
maxJobs = 12;
speedFactor = 1;
supportedFeatures = featuresList;
}