From 799fd044465e903120df2ae33a315cc752eda0d6 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 1 Dec 2023 14:14:00 -0800 Subject: [PATCH] Change from address --- authentik-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik-container.nix b/authentik-container.nix index 7b1126a..e2e18f1 100644 --- a/authentik-container.nix +++ b/authentik-container.nix @@ -69,7 +69,7 @@ in { from-address = mkOption { type = str; default = - "${toplevel.config.services.authentikContainer.smtp.user}@${domainName}"; + "Fudo Authentication <${toplevel.config.services.authentikContainer.smtp.user}@${domainName}>"; }; };