From 7a532a07cfe25ce1fed6cd765b8c6ceeb8243431 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 16:25:56 +0900 Subject: [PATCH] Test --- nixos/hosts/osaka-vultr-01/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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