fix admin email

This commit is contained in:
xyno (Philipp Hochkamp) 2023-08-28 13:55:23 +02:00
parent f2e51f0fb9
commit 6fe8342476

View file

@ -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;
};