From d199e5a4756b5ba7a15957678eaa07233d608e17 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Polakovics Date: Sat, 16 Aug 2025 13:14:21 +0200 Subject: [PATCH] change wireguard key for gpd win 4 --- 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" ]; } {