Add lldap service.

This commit is contained in:
Lorenzo Good 2025-12-31 20:22:58 -06:00
parent b0657027e6
commit 7b7e5cb1cf
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
5 changed files with 91 additions and 3 deletions

View file

@ -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";