From 63500acc376ed30455d8ba697cd8f7f330755d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 5 May 2011 10:07:53 +0000 Subject: [PATCH] hydra-module: Remove `nix.*' settings. --- hydra-module.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hydra-module.nix b/hydra-module.nix index 20482d5e..6a358761 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -122,14 +122,6 @@ in } ]; - # Should these 3 really be here? - nix.maxJobs = 0; - nix.distributedBuilds = true; - nix.manualNixMachines = true; - - nix.useChroot = true; - nix.nrBuildUsers = 100; - nix.gc.automatic = true; # $3 / $4 don't always work depending on length of device name nix.gc.options = ''--max-freed "$((200 * 1024**3 - 1024 * $(df /nix/store | tail -n 1 | awk '{ print $3 }')))"'';