enable https for mailman

This commit is contained in:
Rouven Seifert 2023-04-24 22:30:04 +02:00
parent 5f761825f0
commit 1f1229e182
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -26,4 +26,8 @@
}; };
}; };
}; };
services.nginx.virtualHosts."lists.${config.fsr.domain}" = {
enableACME = true;
forceSSL = true;
};
} }