diff --git a/nixosModules/server/nginx.nix b/nixosModules/server/nginx.nix index 3bb429e..dfc35aa 100755 --- a/nixosModules/server/nginx.nix +++ b/nixosModules/server/nginx.nix @@ -25,10 +25,6 @@ addr = "192.168.1.20"; port = 10000; } - { - addr = "localhost"; - port = 3002; - } ]; }; # "localhost:3002" = {