diff --git a/hosts/caveman/default.nix b/hosts/caveman/default.nix index 660d8d59..acb87be4 100644 --- a/hosts/caveman/default.nix +++ b/hosts/caveman/default.nix @@ -64,11 +64,6 @@ ]; locations."/".proxyPass = "http://127.0.0.1:${toString config.services.caveman.gatherer.settings.listen_port}/"; }; - virtualHosts."relay.fedi.buzz" = { - forceSSL = true; - enableACME = true; - locations."/".proxyPass = "http://127.0.0.1:${toString 3000}/"; - }; }; }; }