From 4b9ceca7dd0ed25d87e26f3bfefb7e9dfac43cad Mon Sep 17 00:00:00 2001 From: sumnerevans Date: Wed, 8 Jan 2025 17:22:50 +0000 Subject: [PATCH] deploy: 54b330ac067e74314f8ca6b38af6fcfbd17f3e9e --- options.xhtml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/options.xhtml b/options.xhtml index 11f49b69e..49b78831a 100644 --- a/options.xhtml +++ b/options.xhtml @@ -25965,6 +25965,81 @@ list of string

] +

Declared by:

+ + +
+ +<home-manager/modules/programs/go.nix> + +
+ +
+ + programs.go.telemetry + + +
+
+

Options to configure Go telemetry mode.

+ +

Type: +submodule

+ +

Default: +{ }

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/go.nix> + +
+
+
+ + programs.go.telemetry.date + + +
+
+

The date indicating the date at which the modefile +was updated, in YYYY-MM-DD format. It’s used to +reset the timeout before the next telemetry report +is uploaded when telemetry mode is set to “on”.

+ +

Type: +string

+ +

Default: +"1970-01-01"

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/go.nix> + +
+
+
+ + programs.go.telemetry.mode + + +
+
+

Go telemetry mode to be set.

+ +

Type: +null or one of “off”, “local”, “on”

+ +

Default: +null

+

Declared by: