From 9e334d9291e0f530816b95111b421d271949bc42 Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Slaga Date: Wed, 19 Feb 2025 00:16:24 -0700 Subject: [PATCH] fix(lldap): Remove lldap.deertopia.net --- modules/nixos/deertopia/lldap.nix | 10 ---------- 1 file changed, 10 deletions(-) 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}"; - }; - }; }; }