Skip to content

Commit 2e91627

Browse files
committed
Also use REMOTE_SSH_OPTS for rsync command
1 parent 6ec9ebb commit 2e91627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
fi
187187
${pkgs.rsync}/bin/rsync \
188188
--verbose \
189-
-e {{.REMOTE_COMMAND}}\ -l\ {{.REMOTE_USER}}\ -T \
189+
-e "{{.REMOTE_COMMAND}} -l {{.REMOTE_USER}} -T {{.REMOTE_SSH_OPTS}}" \
190190
-FD \
191191
--checksum \
192192
--times \

0 commit comments

Comments
 (0)