system/wireguard: add maple
This commit is contained in:
parent
506cb016ad
commit
ba7e9f2e49
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ let
|
||||||
publicKey = "Fkcp/VSN4Dkhly8V4hskF4lnDviA7VZHCnWf7OliFCg=";
|
publicKey = "Fkcp/VSN4Dkhly8V4hskF4lnDviA7VZHCnWf7OliFCg=";
|
||||||
allowedIPs = [ "10.100.0.4/32" ];
|
allowedIPs = [ "10.100.0.4/32" ];
|
||||||
};
|
};
|
||||||
|
maple = {
|
||||||
|
publicKey = "kPw8hpANygfz83Oi/l+iCVYalV2zfs7fhkccjoGG2Do=";
|
||||||
|
allowedIPs = [ "10.100.0.5/32" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
clientPeers = builtins.attrValues clients;
|
clientPeers = builtins.attrValues clients;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue