From 6fe8342476acd313a46bd74fa1d1f330696b81cd Mon Sep 17 00:00:00 2001 From: "xyno (Philipp Hochkamp)" Date: Mon, 28 Aug 2023 13:55:23 +0200 Subject: [PATCH] fix admin email --- hosts/picard/plausible.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/picard/plausible.nix b/hosts/picard/plausible.nix index 9b7c285c..d87c5765 100644 --- a/hosts/picard/plausible.nix +++ b/hosts/picard/plausible.nix @@ -4,7 +4,7 @@ in { ragon.agenix.secrets."plausibleAdminPw" = { }; ragon.agenix.secrets."plausibleReleaseCookie" = { }; ragon.agenix.secrets."plausibleSecretKeybase" = { }; - ragon.agenix.secrets."smtpPassword.age" = { }; + ragon.agenix.secrets."smtpPassword" = { }; services.nginx.virtualHosts.${domain} = { forceSSL = true; enableACME = true; @@ -21,7 +21,7 @@ in { # postgresql is configured by the module. This is done by default, but # can be turned off with services.plausible.database.postgres.setup. activate = true; - email = "john.doe@example.com"; + email = "plausible@xyno.space"; passwordFile = config.age.secrets.plausibleAdminPw.path; };