MyNixOS website logo
option

services.muchsync.remotes.<name>.sshCommand

Specifies a command line to pass to /bin/sh to execute a command on another machine.

Note that because this string is passed to the shell, special characters including spaces may need to be escaped.

Declarations
Type
string
Default
"ssh -CTaxq"