From 7f29ce73cbcfb3c7782a3117f22ead8af7fdd7bf Mon Sep 17 00:00:00 2001 From: TornaxO7 Date: Sun, 1 Jun 2025 10:49:56 +0200 Subject: [PATCH] nixos/stalwart-mail: fix description of `openFirewall` --- nixos/modules/services/mail/stalwart-mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/mail/stalwart-mail.nix b/nixos/modules/services/mail/stalwart-mail.nix index 42198573ec09..3db63f0a6e06 100644 --- a/nixos/modules/services/mail/stalwart-mail.nix +++ b/nixos/modules/services/mail/stalwart-mail.nix @@ -31,7 +31,7 @@ in default = false; description = '' Whether to open TCP firewall ports, which are specified in - {option}`services.stalwart-mail.settings.listener` on all interfaces. + {option}`services.stalwart-mail.settings.server.listener` on all interfaces. ''; };