Add Authelia, it does not work :)

This commit is contained in:
Alexander Derevianko
2025-07-29 18:38:43 +02:00
parent 28e3b773c5
commit 20f36c7842
7 changed files with 373 additions and 24 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [
./authelia
./ldap
];
}