From 1e907ee7cafd4e50a34986f9d125615368f0f043 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 26 Aug 2024 22:23:48 +0900 Subject: [PATCH] Full tunnel for Vintage Story --- nixos/hosts/osaka-linode-01/wireguard.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/hosts/osaka-linode-01/wireguard.nix b/nixos/hosts/osaka-linode-01/wireguard.nix index 525c426a..af4bdf1b 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 = "jv36MtY5XV18jirGm7nJTgePJEobhhVd1rf53EUxY1U="; + publicKey = "+qpqInYe4UiUPTxHXil+ro3MXfaTpuGGUy6J46vSOEM="; presharedKeyFile = "/run/secrets/preshared_key"; allowedIPs = [ "10.100.1.5/32" ]; persistentKeepalive = 5; @@ -76,5 +76,3 @@ }; }; } - -