Mailman fixes #32

Merged
axeman merged 4 commits from feat/mailman into main 2023-10-29 12:38:24 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit b7d0e23703 - Show all commits

View file

@ -32,6 +32,9 @@
owner = config.services.mastodon.user;
};
# Nginx user needs access to mastodon unix sockets
users.users.nginx.extraGroups = [ "mastodon" ];
services.mastodon = {
enable = true;
# Different from WEB_DOMAIN in our case

View file

@ -17,8 +17,6 @@ in {
};
recommendedProxySettings = true;
};
# Nginx user needs access to mastodon unix sockets
users.users.nginx.extraGroups = [ "mastodon" ];
security.acme = {
acceptTerms = true;