From f4c5ebea5063bc6d0a0c7eeb714eb77a6b850ddd Mon Sep 17 00:00:00 2001 From: V Date: Fri, 14 May 2021 18:30:27 +0200 Subject: [PATCH] nixos/mailman: fix documentation option links --- nixos/modules/services/mail/mailman.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/mail/mailman.xml b/nixos/modules/services/mail/mailman.xml index 8da491ccbe9f..27247fb064f2 100644 --- a/nixos/modules/services/mail/mailman.xml +++ b/nixos/modules/services/mail/mailman.xml @@ -31,11 +31,11 @@ enable = true; serve.enable = true; hyperkitty.enable = true; - webHosts = ["lists.example.org"]; - siteOwner = "mailman@example.org"; + webHosts = ["lists.example.org"]; + siteOwner = "mailman@example.org"; }; services.nginx.virtualHosts."lists.example.org".enableACME = true; - networking.firewall.allowedTCPPorts = [ 25 80 443 ]; + networking.firewall.allowedTCPPorts = [ 25 80 443 ]; }