From 10ba12e184f1bbbe89cc8b79d98ba6b25bfbe8ef Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 8 Oct 2023 12:10:37 +0900 Subject: [PATCH] test --- nixos/hosts/osaka-vultr-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/osaka-vultr-01/default.nix b/nixos/hosts/osaka-vultr-01/default.nix index 0685ae6e..d471c3ec 100644 --- a/nixos/hosts/osaka-vultr-01/default.nix +++ b/nixos/hosts/osaka-vultr-01/default.nix @@ -72,7 +72,7 @@ networking.nat = { enable = true; externalInterface = "eno3"; - internalInterface = "wireguard0"; + internalInterfaces = [ "wireguard0" ]; forwardPorts = [ { destination = "10.100.0.2:80";