Adapt Wireguard config to upstream changes

This commit is contained in:
coolneng 2025-03-28 16:44:40 +01:00
parent a5f9244996
commit 31d582bc9a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -76,17 +76,13 @@ in
wireguardPeers = [ wireguardPeers = [
# panacea # panacea
{ {
wireguardPeerConfig = { PublicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38=";
PublicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38="; AllowedIPs = [ "10.8.0.2/32" ];
AllowedIPs = [ "10.8.0.2/32" ];
};
} }
# caravanserai # caravanserai
{ {
wireguardPeerConfig = { PublicKey = "mCsTj09H7lfDDs8vMQkJOlItHtHQ6MPUyfGO5ZjBbVs=";
PublicKey = "mCsTj09H7lfDDs8vMQkJOlItHtHQ6MPUyfGO5ZjBbVs="; AllowedIPs = [ "10.8.0.3/32" ];
AllowedIPs = [ "10.8.0.3/32" ];
};
} }
]; ];
}; };