remove nginx

This commit is contained in:
Aditya 2024-04-10 23:45:27 +05:30
parent 5d4c9c8f17
commit 5861e0d3f5
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -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 = [ ... ];