From 5861e0d3f558ed13093a852c6e6a8b756718d2c2 Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 10 Apr 2024 23:45:27 +0530 Subject: [PATCH] remove nginx --- hosts/default/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 0251e82..4965776 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -164,15 +164,6 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - services.nginx = { - enable = true; - virtualHosts = { - "textgen.bridge" = { - locations."/".proxyPass = "http://0.0.0.0:7860"; - }; - }; - }; - # Open ports in the firewall. networking.firewall.allowedTCPPorts = [80 443 7860]; # networking.firewall.allowedUDPPorts = [ ... ];