Skip to content

Commit 9a4f3ba

Browse files
committed
updates
1 parent 6e274bc commit 9a4f3ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

systems/aarch64-linux/rclone.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Stop any existing rclone processes
1717
pkill -f "rclone mount gdrive:" 2>/dev/null || true
1818
19-
# Create mount directory in home directory
19+
# Create mount directory in /vagrant
2020
mkdir -p $HOME/google-drive
2121
2222
# Create a local cache directory for better performance
@@ -25,6 +25,7 @@
2525
# Mount with highly optimized settings for better performance
2626
rclone mount gdrive: $HOME/google-drive \
2727
--daemon \
28+
--allow-non-empty \
2829
--vfs-cache-mode full \
2930
--vfs-cache-max-size 10G \
3031
--vfs-cache-max-age 72h \

0 commit comments

Comments
 (0)