fix(lldap): Remove lldap.deertopia.net

This commit is contained in:
Madeleine Sydney Slaga
2025-02-19 00:16:24 -07:00
committed by Madeleine Sydney
parent a7d6bc0905
commit 9e334d9291

View File

@@ -58,15 +58,5 @@ in {
in "http://localhost:${port}";
};
};
sydnix.deertopia.nginx.vhosts."ldap".vhost = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass =
let port = builtins.toString config.services.lldap.settings.ldap_port;
in "http://localhost:${port}";
};
};
};
}