Add lldap service.
Add LDAP service, to allow me to more easily add users to authelia, and other SSO solutions.
This commit is contained in:
parent
b0657027e6
commit
4e8d6c128a
5 changed files with 91 additions and 3 deletions
|
|
@ -33,6 +33,14 @@
|
|||
storageEncryptionKeyFile = config.sops.secrets.authelia-storage-encryption.path;
|
||||
};
|
||||
|
||||
services.lldap = {
|
||||
enable = true;
|
||||
url = "https://lldap.foehammer.me";
|
||||
base_dn = "dc=foehammer,dc=me";
|
||||
|
||||
adminUserPasswordFile = config.sops.secrets.lldap-admin-password.path;
|
||||
};
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
domain = "https://passwords.foehammer.me";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue