diff --git a/hosts/hitsugibune/authentik.nix b/hosts/hitsugibune/authentik.nix index 64fc407..d1f810d 100644 --- a/hosts/hitsugibune/authentik.nix +++ b/hosts/hitsugibune/authentik.nix @@ -22,6 +22,14 @@ name = "authentik"; user = "authentik"; }; + email = { + host = "tague.at"; + port = 587; + username = "stefan@tague.at"; + use_tls = true; + use_ssl = false; + from = "authentik@tague.at"; + }; }; nginx = { enable = true; diff --git a/secrets/authentik.age b/secrets/authentik.age index c2ae9d7..7106b23 100644 Binary files a/secrets/authentik.age and b/secrets/authentik.age differ