challenger/nextcloud: fix typo
This commit is contained in:
parent
28296d5066
commit
c5ca99e05f
@ -133,7 +133,7 @@ in {
|
|||||||
ProtectProc = "invisible";
|
ProtectProc = "invisible";
|
||||||
ReadWritePaths = [ "/tank/nextcloud" "/run/phpfpm" "/run/systemd" ];
|
ReadWritePaths = [ "/tank/nextcloud" "/run/phpfpm" "/run/systemd" ];
|
||||||
ReadOnlyPaths = [ "/run/secrets" "/nix/store" ];
|
ReadOnlyPaths = [ "/run/secrets" "/nix/store" ];
|
||||||
InaccessbilePaths = [ "/tank/media" "/tank/backup" ];
|
InaccessiblePaths = [ "/tank/media" "/tank/backup" ];
|
||||||
RemoveIPC = true;
|
RemoveIPC = true;
|
||||||
RestrictSUIDSGID = true;
|
RestrictSUIDSGID = true;
|
||||||
UMask = "0007";
|
UMask = "0007";
|
||||||
|
Loading…
Reference in New Issue
Block a user