diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index d458e87a..2f13902d 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -71,9 +71,9 @@ enable = true; internalInterfaces = [ "wireguard0" ]; externalInterface = "eno3"; - forwardPorts = [ - { sourcePort = 80; destination = "10.100.0.2:80"; } - { sourcePort = 443; destination = "10.100.0.2:443"; } - ]; + # forwardPorts = [ + # { sourcePort = 80; destination = "10.100.0.2:80"; } + # { sourcePort = 443; destination = "10.100.0.2:443"; } + # ]; }; } \ No newline at end of file