From ca01be2f24494e2a491af47ddea147cc07ae799b Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 19:46:21 +0200 Subject: [PATCH] Trying with just raw ip --- nginx.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 = [{