misc
This commit is contained in:
parent
b3373fe32f
commit
409b577818
7 changed files with 171 additions and 15 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue