Loading nixos/modules/services/security/pocket-id.nix +10 −0 Original line number Diff line number Diff line Loading @@ -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; }; }; }; Loading Loading
nixos/modules/services/security/pocket-id.nix +10 −0 Original line number Diff line number Diff line Loading @@ -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; }; }; }; Loading