nixos/stalwart-mail: fix description of openFirewall (#412873)

This commit is contained in:
Aleksana
2025-06-01 16:59:55 +08:00
committed by GitHub
@@ -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.
'';
};