fix: nginx user needs access to mastodon's unix socket

This commit is contained in:
teutat3s 2023-10-28 21:30:37 +02:00
parent 6f4741fae0
commit 8b09f19add
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

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