* Remove obsolete unit.
svn path=/configurations/trunk/tud/; revision=34689
Eelco Dolstra committed
Feb 23, 2013 at 16:37 UTC
a4bc617a00a3796ac6468a1e16d14e4e91b1705b
1 file changed
-15
lucifer.nix
-15
@@ -146,19 +146,4 @@
146
serviceConfig.CPUShares = 100;
147
};
148
149
- # Temporary binary cache generation for the Nixpkgs systemd branch.
150
- boot.systemd.services.mirror-nixpkgs-systemd =
151
- { description = "Mirror Nixpkgs-systemd";
152
- wantedBy = [ "multi-user.target" ];
153
- after = [ "networking.target" ];
154
- path = [ pkgs.su ];
155
- script =
156
- ''
157
- rm -rf /data/releases/nixpkgs-systemd/.tmp-*
158
- exec su - hydra-mirror -c 'cd release/channels; while true; do ./mirror-nixpkgs-systemd.sh; sleep 300; done'
159
- '';
160
- serviceConfig.Restart = "always";
161
- serviceConfig.CPUShares = 100;
162
- };
163
-
149
}