From c3e63b37ed764443cd008d212342c031c2c5d6fb Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 26 Aug 2024 22:34:59 +0900 Subject: [PATCH] Full tunnel for Vintage Story --- nixos/hosts/osaka-linode-01/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/osaka-linode-01/wireguard.nix b/nixos/hosts/osaka-linode-01/wireguard.nix index af4bdf1b..27b8f8b8 100644 --- a/nixos/hosts/osaka-linode-01/wireguard.nix +++ b/nixos/hosts/osaka-linode-01/wireguard.nix @@ -66,7 +66,7 @@ persistentKeepalive = 5; } { # framework-server docker:wg-vintage-story - publicKey = "+qpqInYe4UiUPTxHXil+ro3MXfaTpuGGUy6J46vSOEM="; + publicKey = "ooDzRceUrh/Ie8pjkOEPZ3ge/GJrj/+lVzzdnybC0jY="; presharedKeyFile = "/run/secrets/preshared_key"; allowedIPs = [ "10.100.1.5/32" ]; persistentKeepalive = 5;