This commit is contained in:
goeranh 2025-10-24 16:37:57 +02:00
parent b3373fe32f
commit 409b577818
No known key found for this signature in database
7 changed files with 171 additions and 15 deletions

View file

@ -11,6 +11,11 @@
extraGroups = [ "docker" ];
group = "authentik";
};
systemd.services = {
authentik-secrets-setup = {
enable = true;
};
};
services.authentik-ldap = {
enable = true;
environmentFile = "/var/lib/authentik-ldap-env";