Mailman fixes #32

Merged
axeman merged 4 commits from feat/mailman into main 2023-10-29 12:38:24 +00:00
Showing only changes of commit 5aa4f8b947 - Show all commits

View file

@ -14,6 +14,12 @@
enableACME = true;
forceSSL = true;
};
# Tweak permissions so nginx can read and serve the static assets
# (otherwise /var/lib/mailman-web is mode 0600)
# https://nixos.wiki/wiki/Mailman
systemd.services.mailman-settings.script = ''
chmod o+x /var/lib/mailman-web-static
'';
services.postfix = {
enable = true;