@cryptotaxi247 / infra / commits / bc045007

Set explicit Postfix hostname

Eelco Dolstra committed Jul 18, 2016 at 10:45 UTC bc04500752115bde129a52d5de0862d4e74bf369
1 file changed +1
delft/chef.nix
+1
@@ -47,4 +47,5 @@
47
48 networking.defaultMailServer.directDelivery = lib.mkForce false;
49 services.postfix.enable = true;
50 + services.postfix.hostname = "hydra.nixos.org";
51 }