@cryptotaxi247 / infra-1 / commits / 685b2b6b

Fix NixOS/nixos-homepage#26

Rob Vermaas committed Jan 6, 2015 at 09:43 UTC 685b2b6b97fd402f95cce3068ce812d7d2024601
1 file changed +1 -1
delft/lucifer.nix
+1 -1
@@ -173,7 +173,7 @@
173 script =
174 ''
175 rm -rf /data/releases/nixos/14.04/.tmp-*
176 - exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixos-stable.sh 14.04; sleep 1200; done'
176 + exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixos-branch.sh 14.04 release-14.04; sleep 1200; done'
177 '';
178 serviceConfig.Restart = "always";
179 serviceConfig.CPUShares = 100;