@cryptotaxi247 / infra / commits / 4c0bc649

* Disable binary patch generation.

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

Eelco Dolstra committed May 10, 2013 at 17:20 UTC 4c0bc649e5e1c8a13d32aca977571ac7566605f7
1 file changed +2
lucifer.nix
+2
@@ -123,6 +123,7 @@
123 serviceConfig.CPUShares = 100;
124 };
125
126 + /*
127 systemd.services.generate-nixpkgs-patches =
128 { description = "Generate Nixpkgs Patches";
129 wantedBy = [ "multi-user.target" ];
@@ -134,6 +135,7 @@
135 serviceConfig.Restart = "always";
136 serviceConfig.CPUShares = 100;
137 };
138 + */
139
140 systemd.services.mirror-nixos =
141 { description = "Mirror NixOS";