diff --git a/nixos/hosts/frankfurt-linode-01/wireguard.nix b/nixos/hosts/frankfurt-linode-01/wireguard.nix index e173a98b..d996517a 100644 --- a/nixos/hosts/frankfurt-linode-01/wireguard.nix +++ b/nixos/hosts/frankfurt-linode-01/wireguard.nix @@ -66,7 +66,7 @@ persistentKeepalive = 5; } { # framework-server docker:wg-vintage-story - publicKey = "jv36MtY5XV18jirGm7nJTgePJEobhhVd1rf53EUxY1U="; + publicKey = "ooDzRceUrh/Ie8pjkOEPZ3ge/GJrj/+lVzzdnybC0jY="; presharedKeyFile = "/run/secrets/preshared_key"; allowedIPs = [ "10.100.1.5/32" ]; persistentKeepalive = 5;