diff options
-rw-r--r-- | system/marvin.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/marvin.nix b/system/marvin.nix index 2e88e0d2..bedb6348 100644 --- a/system/marvin.nix +++ b/system/marvin.nix @@ -50,6 +50,20 @@ in }; nix = { + linux-builder = { + enable = true; + speedFactor = 20; + maxJobs = 4; + config = { + virtualisation = { + darwin-builder = { + diskSize = 40 * 1024; + memorySize = 16 * 1024; + }; + cores = 6; + }; + }; + }; distributedBuilds = true; buildMachines = [ { |