@cryptotaxi247 / infra / commits / 091f5454

* Re-enable the Hydra mirror. (Should update the Hydra mirror service, but I'm lazy...)

* Re-enable the Hydra mirror. (Should update the Hydra mirror service, but I'm lazy...) svn path=/configurations/trunk/tud/; revision=24987

Eelco Dolstra committed Dec 6, 2010 at 09:49 UTC 091f5454cc59bb2d86350e30ed1de3af7af61123
1 file changed +4
lucifer.nix
+4
@@ -30,6 +30,10 @@
30 #services.hydraChannelMirror.enable = true;
31 services.hydraChannelMirror.period = "0-59/15 * * * *";
32
33 + services.cron.systemCronJobs =
34 + [ "0-59/15 * * * * hydra-mirror perl -I/home/hydra-mirror/nix/inst/libexec/nix ~/release/channels/mirror-channel.pl http://hydra.nixos.org/jobset/nixpkgs/trunk/channel/latest /data/releases/nixpkgs/channels/nixpkgs-unstable /data/releases/nars http://nixos.org/releases/nars /data/releases/patches http://nixos.org/releases/patches http://hydra.nixos.org/job/nixpkgs/trunk/tarball/latest/download-by-type/file/source-dist >> /var/log/nixpkgs-unstable.log 2>&1"
35 + ];
36 +
37 /*
38 services.httpd.enable = true;
39 services.httpd.adminAddr = "rob.vermaas@gmail.com";