From 555615203e3ea5b8688ed3d956ab3d59c2600555 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 13:20:09 +0900 Subject: [PATCH] Test --- nixos/hosts/osaka-vultr-01/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index 7e1b82c4..50465bdb 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -65,7 +65,8 @@ internalInterfaces = [ "wireguard0" ]; internalIPs = [ "10.100.0.0/24" ]; forwardPorts = [ - { sourcePort = 80; destination = "10.100.0.2:80"; } + { sourcePort = 80; destination = "10.100.0.2:80"; } + { sourcePort = 443; destination = "10.100.0.2:443"; } ]; }; } \ No newline at end of file