WIP: feat(authelia): Add authentication with authelia

This commit is contained in:
Tristan Daniël Maat 2025-05-24 07:26:11 +08:00
parent 94ec261a94
commit 27f28457b2
Signed by: tlater
GPG key ID: 49670FD774E43268
9 changed files with 256 additions and 9 deletions
configuration/services/auth

View file

@ -0,0 +1,6 @@
{
imports = [
./authelia.nix
./lldap.nix
];
}