@cryptotaxi247 / infra-1 / commits / 4975464a

Run GC on nixos.org

Eelco Dolstra committed May 21, 2014 at 11:34 UTC 4975464a7f54f191719c09941cad84be0d027d63
1 file changed +2
nixos-org/webserver.nix
+2
@@ -353,4 +353,6 @@ in
353 feeds = import ./planet-feeds.nix;
354 };
355
356 + nix.gc.automatic = true;
357 +
358 }