diff --git a/hosts/profiles/wireguard-server/default.nix b/hosts/profiles/wireguard-server/default.nix index bbe87f7..50e7f5f 100644 --- a/hosts/profiles/wireguard-server/default.nix +++ b/hosts/profiles/wireguard-server/default.nix @@ -36,11 +36,16 @@ publicKey = "gcdq86hhEUlqF2chqYB/F8pALyAMNFvwLycxBoHuoDs="; allowedIPs = [ "10.0.69.5/32" ]; } - # { - # # hyperplane - # publicKey = ""; - # allowedIPs = [ "10.0.69.6/32" ]; - # } + { + # hyperplane + publicKey = "v+EUuM60yZLvBmdCG9GxfFAtSjS1VvbUWcyNb8emjDg="; + allowedIPs = [ "10.0.69.6/32" ]; + } + { + # work + publicKey = "/gv66s8DfppCCjaEN/jlc8z95IhEWPgDumykqKEl0QU="; + allowedIPs = [ "10.0.69.7/32" ]; + } ]; }; }