@cryptotaxi247 / infra / commits / 5f7cb626

Disable email sending on chef

Eelco Dolstra committed May 16, 2018 at 12:31 UTC 5f7cb62691f69f50463ef80b366e8cf0f61ac09f
1 file changed +2 -2
delft/chef.nix
+2 -2
@@ -50,8 +50,8 @@
50 nix.extraOptions = "gc-keep-outputs = false";
51
52 networking.defaultMailServer.directDelivery = lib.mkForce false;
53 - services.postfix.enable = true;
54 - services.postfix.hostname = "hydra.nixos.org";
53 + #services.postfix.enable = true;
54 + #services.postfix.hostname = "hydra.nixos.org";
55
56 # Don't rate-limit the journal.
57 services.journald.rateLimitBurst = 0;