challenger/nextcloud: fix typo

This commit is contained in:
Felix Albrigtsen 2025-01-16 21:13:48 +01:00
parent 28296d5066
commit c5ca99e05f

View File

@ -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";