feat: authentik email setup

This commit is contained in:
s-prechtl 2026-03-23 15:52:54 +01:00
parent daa0ee6ada
commit bed6aff773
2 changed files with 8 additions and 0 deletions

View file

@ -22,6 +22,14 @@
name = "authentik"; name = "authentik";
user = "authentik"; user = "authentik";
}; };
email = {
host = "tague.at";
port = 587;
username = "stefan@tague.at";
use_tls = true;
use_ssl = false;
from = "authentik@tague.at";
};
}; };
nginx = { nginx = {
enable = true; enable = true;

Binary file not shown.