{ config, pkgs, ... }: let inherit (config.serverConfig) vhosts; inherit (config.networking) domain; in { services.openldap = { enable = true; }; }