fix permissions for mastodon user

This commit is contained in:
Cyryl Płotnicki 2022-11-26 23:09:01 +00:00
parent 9690de2a4b
commit bdcf1e3891
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ in {
chmod -R g-rwx ${publicPath}
chmod -R g+X ${publicPath}
chmod -R g+r ${publicPath}
chmod -R u+rwX ${publicPath}
'';
serviceConfig = {
Type = "oneshot";