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