Infini-DL360/authentik: init with ldap
This commit is contained in:
parent
a0b997ec31
commit
eb1bfcf1f1
7 changed files with 121 additions and 0 deletions
|
@ -55,6 +55,9 @@ in
|
|||
(mkIf config.services.searx.enable {
|
||||
inherit (secrets) searx;
|
||||
})
|
||||
(mkIf config.services.authentik.enable {
|
||||
inherit (secrets) authentik authentik-ldap;
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue