diff --git a/hosts/parsons/lxc.nix b/hosts/parsons/lxc.nix index 2fdd8d7..ffb228b 100644 --- a/hosts/parsons/lxc.nix +++ b/hosts/parsons/lxc.nix @@ -27,10 +27,4 @@ enableACME = true; forceSSL = true; }; - - services.nginx.virtualHosts."auth.infra4future.de" = { - locations."/".proxyPass = "http://10.1.2.104:8080"; - enableACME = true; - forceSSL = true; - }; }