feat: add authelia

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-07-07 11:18:06 +02:00
parent 820cb47af0
commit 813ddd2c0d
Signed by: lander
GPG key ID: 0142722B4B0C536F
4 changed files with 171 additions and 2 deletions

View file

@ -23,9 +23,14 @@
host all all 100.64.0.0/24 trust # trust tailnet
'';
ensureDatabases = [
"authelia"
"lldap"
];
ensureUsers = [
{
name = "authelia";
ensureDBOwnership = true;
}
{
name = "lldap";
ensureDBOwnership = true;