diff --git a/nginx.nix b/nginx.nix index c925151..2115d5c 100644 --- a/nginx.nix +++ b/nginx.nix @@ -1,13 +1,13 @@ { pkgs, ... }: { services.nginx = { enable = true; - virtualHosts."kyren.codes" = { - forceSSL = true; - enableACME = true; - locations."/" = { - proxyPass = "http://localhost:3000"; - }; - }; + # virtualHosts."kyren.codes" = { + # forceSSL = true; + # enableACME = true; + # locations."/" = { + # proxyPass = "http://localhost:3000"; + # }; + # }; virtualHosts."185.170.113.195" = { listen = [{