ryzensun: add pub.solar wireguard to networking
This commit is contained in:
parent
83d72c275a
commit
15ab5192b7
|
@ -53,6 +53,25 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
wg2 = {
|
||||
address = ["10.7.6.204/32"];
|
||||
privateKeyFile = "/etc/wireguard/wg2.privatekey";
|
||||
|
||||
peers = [
|
||||
{ # nachtigall.pub.solar
|
||||
publicKey = "qzNywKY9RvqTnDO8eLik75/SHveaSk9OObilDzv+xkk=";
|
||||
allowedIPs = [ "10.7.6.1/32" "fd00:fae:fae:fae:fae:1::/96" ];
|
||||
endpoint = "[2a01:4f8:172:1c25::1]:51820";
|
||||
persistentKeepalive = 15;
|
||||
}
|
||||
{ # flora-6.pub.solar
|
||||
publicKey = "jtSR5G2P/nm9s8WrVc26Xc/SQLupRxyXE+5eIeqlsTU=";
|
||||
allowedIPs = [ "10.7.6.2/32" "fd00:fae:fae:fae:fae:2::/96" ];
|
||||
endpoint = "80.71.153.210:51820";
|
||||
persistentKeepalive = 15;
|
||||
}
|
||||
];
|
||||
};
|
||||
#wg1 = {
|
||||
# address = [ "10.13.0.1/32" ];
|
||||
# privateKeyFile = "/etc/wireguard/wg1.privatekey";
|
||||
|
|
Loading…
Reference in a new issue