From 3e8b676750834c173b58619b4b8a10fc8204cc2a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 28 Jul 2022 16:35:48 +0300 Subject: [PATCH] networking: grant roaming wg correct key --- cookbooks/networking/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 22ed79abe..bf6ff6c57 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -271,7 +271,7 @@ if node[:networking][:wireguard][:enabled] # Grant roaming node.default[:networking][:wireguard][:peers] << { - :public_key => "RofATnvlWxP3mt87+QKRXFE5MVxtoCcTsJ+yftZYEE4=", + :public_key => "YbUkREE9TAmomqgL/4Fh2e5u2Hh7drN/2o5qg3ndRxg=", :allowed_ips => "10.89.123.1/32" } end -- 2.39.5