MyNixOS website logo
option

services.unison.pairs.<name>.commandOptions

Additional command line options as a dictionary to pass to the unison program.

Use a list of strings to declare the same option multiple times.

See unison(1) for a list of available options.

Declarations
Type
attribute set of (string or list of string)
Default
{
  auto = "true";
  batch = "true";
  log = "false";
  repeat = "watch";
  sshcmd = "\${pkgs.openssh}/bin/ssh";
  ui = "text";
}