]> git.openstreetmap.org Git - chef.git/commitdiff
networking: grant roaming wg correct key
authorGrant Slater <git@firefishy.com>
Thu, 28 Jul 2022 13:35:48 +0000 (16:35 +0300)
committerGrant <github@firefishy.com>
Thu, 28 Jul 2022 13:39:11 +0000 (16:39 +0300)
cookbooks/networking/recipes/default.rb

index 22ed79abeb23c115eb13dcfc14fc246e0acca050..bf6ff6c579ab62e0538a19482ec61e214d27a88a 100644 (file)
@@ -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