Unverified Commit 17db1b17 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

nixos/pocket-id: add option to disable analytics

parent b2f4a198
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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;
          };
        };
      };