From f38401bac6669c1a0c5d5d0b16e5279c432a5b9a Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 16 Sep 2024 13:55:16 +0200 Subject: [PATCH] Update wg key --- nixos/hosts/frankfurt-linode-01/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;