From b7287b0d519557afa7edec3bd6d154571047c954 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 8 Sep 2025 17:15:20 +0200 Subject: [PATCH] feat: change gpd win 4 wireguard --- hosts/fw/modules/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw/modules/wireguard.nix b/hosts/fw/modules/wireguard.nix index 76fba0f..239e36f 100644 --- a/hosts/fw/modules/wireguard.nix +++ b/hosts/fw/modules/wireguard.nix @@ -22,7 +22,7 @@ allowedIPs = [ "${config.networkPrefix}.98.202/32" ]; } { # GPD Win 4 - publicKey = "HE4eX4IMKG8eRDzcriy6XdIPV71uBY5VTqjKzfHPsFI="; + publicKey = "p3wnxXK7hurOKxruFCRoefj6gCoQeD5XXxD/ogMpew8="; allowedIPs = [ "${config.networkPrefix}.98.203/32" ]; } {