From 642dfee7c7c2c34df6ef2503556be27ac01399fd Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 4 Feb 2025 21:24:10 +0100 Subject: [PATCH] fix hostname redirect --- hosts/authentik/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/authentik/default.nix b/hosts/authentik/default.nix index 9f64ff0..a5c7a05 100644 --- a/hosts/authentik/default.nix +++ b/hosts/authentik/default.nix @@ -24,7 +24,7 @@ in email = { host = "smtp.eu.mailgun.org"; port = 587; - username = "Auth Pazpi.top"; + username = "auth@pazpi.top"; use_tls = true; use_ssl = false; from = "auth@pazpi.top";