diff --git a/modules/nixos/deertopia/lldap.nix b/modules/nixos/deertopia/lldap.nix index 41d5d96..65620f3 100644 --- a/modules/nixos/deertopia/lldap.nix +++ b/modules/nixos/deertopia/lldap.nix @@ -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}"; - }; - }; }; }