Disable rate-limiting of the journal on chef
Eelco Dolstra committed
Jul 18, 2016 at 10:45 UTC
94f622cb9f624504593d809203eb71ce1ed877e1
1 file changed
+3
delft/chef.nix
+3
@@ -48,4 +48,7 @@
48
networking.defaultMailServer.directDelivery = lib.mkForce false;
49
services.postfix.enable = true;
50
services.postfix.hostname = "hydra.nixos.org";
51
+
52
+ # Don't rate-limit the journal.
53
+ services.journald.rateLimitBurst = 0;
54
}