diff --git a/options.xhtml b/options.xhtml index a42371e55..caabbfa19 100644 --- a/options.xhtml +++ b/options.xhtml @@ -107789,20 +107789,72 @@ null or signed integer
services.syncthing.tray
+ services.syncthing.tray.enable
Syncthing tray service configuration.
+Whether to enable a syncthing tray service.
Type: -boolean or (submodule)
+boolean -Default:
{
- enable = false;
-}
-
+Default:
+false
Declared by:
+
+
+<home-manager/modules/services/syncthing.nix>
+
+ |
services.syncthing.tray.package
+
+
+Syncthing tray package to use.
+ +Type: +package
+ +Default:
+pkgs.syncthingtray-minimal
Example:
+pkgs.qsyncthingtray
Declared by:
+
+
+<home-manager/modules/services/syncthing.nix>
+
+ |
services.syncthing.tray.command
+
+
+Syncthing tray command to use.
+ +Type: +string
+ +Default:
+syncthingtray --wait
Example:
+qsyncthingtray
Declared by: