diff --git a/dev_system.nix b/dev_system.nix index 58e066b..cd457dd 100644 --- a/dev_system.nix +++ b/dev_system.nix @@ -73,15 +73,15 @@ in }; }; - nginx = { - enable = true; - virtualHosts = { - "88.99.218.181" = { - forceSSL = true; - enableACME = true; - locations."/".proxyPass = "http://localhost:28080"; - }; - }; - }; + # nginx = { + # enable = true; + # virtualHosts = { + # "88.99.218.181" = { + # forceSSL = true; + # enableACME = true; + # locations."/".proxyPass = "http://localhost:28080"; + # }; + # }; + # }; }; }