@cryptotaxi247 / infra-1 / commits / 436e37e5

svn path=/configurations/trunk/tud/; revision=16272

svn path=/configurations/trunk/tud/; revision=16272

Eelco Dolstra committed Jul 9, 2009 at 11:58 UTC 436e37e5e7abc6f811b3c70a70945f8da2c6c6f5
1 file changed +4
hydra.nix
+4
@@ -75,5 +75,9 @@ in
75 enable = true;
76 };
77
78 + cron.systemCronJobs =
79 + [ "15 03 * * * root ${pkgs.nixUnstable}/bin/nix-collect-garbage --max-freed $((64 * 1024**3)) > /var/log/gc.log 2>&1"
80 + ];
81 +
82 };
83 }