commit 049e96fb91b00ffd9ca02b3f721ac675319d86ce
parent 577bb0f3fed1217c1abbd3c416dcfb22894df07d
Author: breadcat <breadcat@users.noreply.github.com>
Date: Mon, 18 Aug 2025 22:43:29 +0100
allow-other causes nothing but issues
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/common/tank-sort.nix b/common/tank-sort.nix
@@ -30,7 +30,6 @@ let
echo "Mounting rclone remote..."
if ! ${pkgs.rclone}/bin/rclone mount "$rclone_remote" "$temp_mount" \
--vfs-cache-mode writes \
- --allow-other \
--daemon-timeout 10s \
--daemon; then
echo "ERROR: Failed to mount rclone remote"