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: