netmaker update
This commit is contained in:
parent
3c5f9258b8
commit
058ead65c3
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
imports = [
|
||||
# where are we ?
|
||||
./wollomi.nix
|
||||
# ./wollomi.nix
|
||||
# ./adrift.nix
|
||||
|
||||
# home manager should exist for users
|
||||
|
|
|
@ -27,14 +27,14 @@
|
|||
enable = true;
|
||||
interfaces = {
|
||||
pond = {
|
||||
ips = [ "10.4.20.2/32" ];
|
||||
listenPort = 51820;
|
||||
ips = [ "10.4.20.1/32" ];
|
||||
listenPort = 51821;
|
||||
privateKeyFile = "/root/pond.priv";
|
||||
peers = [
|
||||
{
|
||||
publicKey = "ll0/+7bbaAFgCuUOj0s0twHalXLxcXOtkxJbtw/egV4=";
|
||||
publicKey = "GzLoJ99BrmF4X4DKHtBOskIB2SsApkZ2jzPigSYkaX8=";
|
||||
allowedIPs = [ "10.4.20.0/24" ];
|
||||
endpoint = "141.164.52.106:51821";
|
||||
endpoint = "45.76.121.195:51821";
|
||||
persistentKeepalive = 20;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue