enable https for mailman
This commit is contained in:
parent
5f761825f0
commit
1f1229e182
|
@ -26,4 +26,8 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts."lists.${config.fsr.domain}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue