diff --git a/options.xhtml b/options.xhtml index 412993c5f..bd90e737a 100644 --- a/options.xhtml +++ b/options.xhtml @@ -70682,6 +70682,81 @@ attribute set of (null or string or boolean or signed integer)

+
+ + services.trayscale.enable + + +
+
+

Whether to enable An unofficial GUI wrapper around the Tailscale CLI client…

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/trayscale.nix> + +
+
+
+ + services.trayscale.package + + +
+
+

The trayscale package to use.

+ +

Type: +package

+ +

Default: +pkgs.trayscale

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/trayscale.nix> + +
+
+
+ + services.trayscale.hideWindow + + +
+
+

Whether to hide the trayscale window on startup.

+ +

Type: +boolean

+ +

Default: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/trayscale.nix> + +
+
services.twmn.enable