[archive] Fixes typo in service script

This commit is contained in:
2026-05-30 11:13:23 -07:00
parent 81a79d77c8
commit f89ec7e0c8

View File

@@ -8,7 +8,7 @@
${pkgs.sshfs}/bin/sshfs \ ${pkgs.sshfs}/bin/sshfs \
-f \ -f \
-o reconnect \ -o reconnect \
-o compression=yes -o compression=yes \
-o ServerAliveInterval=15 \ -o ServerAliveInterval=15 \
-o ServerAliveCountMax=3 \ -o ServerAliveCountMax=3 \
-o IdentityFile=%h/.ssh/id_ed25519 \ -o IdentityFile=%h/.ssh/id_ed25519 \