diff --git a/nixos/modules/services/security/pocket-id.nix b/nixos/modules/services/security/pocket-id.nix index 939f0d5762e9..62259a7959a4 100644 --- a/nixos/modules/services/security/pocket-id.nix +++ b/nixos/modules/services/security/pocket-id.nix @@ -75,6 +75,16 @@ in ''; default = false; }; + + ANALYTICS_DISABLED = mkOption { + type = bool; + description = '' + Whether to disable analytics. + + See [docs page](https://pocket-id.org/docs/configuration/analytics/). + ''; + default = false; + }; }; };