fix: nginx user needs access to mastodon's unix socket
This commit is contained in:
parent
6f4741fae0
commit
8b09f19add
|
@ -16,6 +16,8 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# Nginx user needs access to mastodon unix sockets
|
||||||
|
users.users.nginx.extraGroups = [ "mastodon" ];
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
|
|
Loading…
Reference in a new issue