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";