fix: update mailman nginx https settings
This commit is contained in:
parent
b7d0e23703
commit
f1fc31eea7
|
@ -8,6 +8,13 @@
|
|||
{
|
||||
networking.firewall.allowedTCPPorts = [25];
|
||||
|
||||
users.users.nginx.extraGroups = [ "mailman" ];
|
||||
|
||||
services.nginx.virtualHosts."list.pub.solar" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
|
||||
services.postfix = {
|
||||
enable = true;
|
||||
relayDomains = ["hash:/var/lib/mailman/data/postfix_domains"];
|
||||
|
|
Loading…
Reference in a new issue