From e54d8f575a90a21ca3a2047565b6c5243b6884aa Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Sat, 15 Jul 2023 14:02:02 +0530 Subject: [PATCH] disable plausible It fails due to clickhouse anyway, and I don't want it keeping rest of the system from being updated --- modules/plausible.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plausible.nix b/modules/plausible.nix index d2b314d..93b0f3c 100644 --- a/modules/plausible.nix +++ b/modules/plausible.nix @@ -2,7 +2,7 @@ { services = { plausible = { - enable = true; + enable = false; releaseCookiePath = "/run/agenix/chatgpt_api_key"; server = { secretKeybaseFile = "/run/agenix/enterprise-nix-cache-key-sec";