21 lines
499 B
Nix

{}: {
harbor = {
publicKey = "OMj8PyLqf/3r+SlsxOFBnMQVbz5sUzOYe4pml8imk0g=";
# Forward all trafic to the VPN.
allowedIPs = ["10.10.10.0/24"];
# Server endpoint to connect to.
endpoint = "173.249.42.252:51820";
# Send keepalives every 25 seconds. Important to keep NAT tables alive.
persistentKeepalive = 25;
};
jonas = {
publicKey = "qOfYN3BLB/qFcgsnB8E4Fwt+mLUVDKIV9tsxJ53EpW4=";
address = ["10.10.10.2/24"];
allowedIPs = ["10.10.10.2/32"];
};
}