Author: eelco
Date: Sat Feb 23 16:37:16 2013
New Revision: 34689
URL: https://nixos.org/websvn/nix/?rev=34689&sc=1
Log:
* Remove obsolete unit.
Modified:
configurations/trunk/tud/lucifer.nix
Modified: configurations/trunk/tud/lucifer.nix
==============================================================================
--- configurations/trunk/tud/lucifer.nix Sat Feb 23 16:36:54 2013
(r34688)
+++ configurations/trunk/tud/lucifer.nix Sat Feb 23 16:37:16 2013
(r34689)
@@ -146,19 +146,4 @@
serviceConfig.CPUShares = 100;
};
- # Temporary binary cache generation for the Nixpkgs systemd branch.
- boot.systemd.services.mirror-nixpkgs-systemd =
- { description = "Mirror Nixpkgs-systemd";
- wantedBy = [ "multi-user.target" ];
- after = [ "networking.target" ];
- path = [ pkgs.su ];
- script =
- ''
- rm -rf /data/releases/nixpkgs-systemd/.tmp-*
- exec su - hydra-mirror -c 'cd release/channels; while true; do
./mirror-nixpkgs-systemd.sh; sleep 300; done'
- '';
- serviceConfig.Restart = "always";
- serviceConfig.CPUShares = 100;
- };
-
}
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits