diff --git a/nixos/modules/services/mail/mailpit.nix b/nixos/modules/services/mail/mailpit.nix index d8eb138d7865..6bc368e91f5f 100644 --- a/nixos/modules/services/mail/mailpit.nix +++ b/nixos/modules/services/mail/mailpit.nix @@ -59,14 +59,14 @@ in ''; }; listen = mkOption { - default = "0.0.0.0:8025"; + default = "127.0.0.1:8025"; type = types.str; description = '' HTTP bind interface and port for UI. ''; }; smtp = mkOption { - default = "0.0.0.0:1025"; + default = "127.0.0.1:1025"; type = types.str; description = '' SMTP bind interface and port.