system/wireguard: add maple

This commit is contained in:
LavaDesu 2022-12-02 23:19:53 +07:00
parent 506cb016ad
commit ba7e9f2e49
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -53,6 +53,10 @@ let
publicKey = "Fkcp/VSN4Dkhly8V4hskF4lnDviA7VZHCnWf7OliFCg=";
allowedIPs = [ "10.100.0.4/32" ];
};
maple = {
publicKey = "kPw8hpANygfz83Oi/l+iCVYalV2zfs7fhkccjoGG2Do=";
allowedIPs = [ "10.100.0.5/32" ];
};
};
clientPeers = builtins.attrValues clients;