From bdcf1e38914cf26f725a048e1a148b4ea84607ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 26 Nov 2022 23:09:01 +0000 Subject: [PATCH] fix permissions for mastodon user --- nixos/boxes/vpsfree1/mastodon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/boxes/vpsfree1/mastodon.nix b/nixos/boxes/vpsfree1/mastodon.nix index 5e8fdfb7..7d858ac5 100644 --- a/nixos/boxes/vpsfree1/mastodon.nix +++ b/nixos/boxes/vpsfree1/mastodon.nix @@ -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";