From c5ba0c0fbda4a477db9159227c536964a486273a Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Tue, 17 Jun 2025 14:51:40 +0200 Subject: [PATCH] fix: fix plausible after 25.05 --- machines/gustave/plausible.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machines/gustave/plausible.nix b/machines/gustave/plausible.nix index 9115421..c5911f3 100644 --- a/machines/gustave/plausible.nix +++ b/machines/gustave/plausible.nix @@ -3,11 +3,6 @@ { services.plausible = { enable = true; - adminUser = { - activate = true; - email = "analytics@luj.fr"; - passwordFile = config.age.secrets.plausible-admin-password.path; - }; server = { baseUrl = "https://probable.luj.fr"; port = 8455;