{ mermet = rec { ipv4 = "192.168.42.1"; ips = [ "${ipv4}/24" ]; listenPort = 43642; peersAnnouncing.enable = true; peer = { publicKey = "XbTEP2X71LBTjmdmySdiOpQJ+uIomcXvg1aiQGUtWBI="; allowedIPs = [ "${ipv4}/32" ]; endpoint = "80.67.180.129:${toString listenPort}"; endpointsUpdater.enable = true; # No need to keepalive each second like the others persistentKeepalive = 20; }; }; losurdo = rec { ipv4 = "192.168.42.2"; ips = [ "${ipv4}/24" ]; listenPort = 43643; persistentKeepalive = 10; peer = { publicKey = "xsFFep3k8z0pXgUOz4aryOF8l/KPBSOd4WQA26BkXy0="; allowedIPs = [ "${ipv4}/32" ]; }; }; oignon = rec { ipv4 = "192.168.42.3"; ips = [ "${ipv4}/24" ]; listenPort = 43644; persistentKeepalive = 10; peer = { publicKey = "tE4fzqDrr7BgfOo9tWgGnpu3v0JRDEUZbJnm9e2F/GA="; allowedIPs = [ "${ipv4}/32" ]; #dynamicEndpointRefreshSeconds = 60; }; }; patate = rec { ipv4 = "192.168.42.4"; ips = [ "${ipv4}/24" ]; listenPort = 43641; persistentKeepalive = 10; peer = { publicKey = "gaEz7nvJTk4h3DGOpeZXSWmYDDrc5xQkuJ28sGrksx4="; allowedIPs = [ "${ipv4}/32" ]; #dynamicEndpointRefreshSeconds = 60; }; }; carotte = rec { ipv4 = "192.168.42.5"; ips = [ "${ipv4}/24" ]; listenPort = 43646; persistentKeepalive = 10; peer = { publicKey = "33yNfMAIRMjwqwYszPzVGqclkAGgW6RGsnBnSzRKXm0="; allowedIPs = [ "${ipv4}/32" ]; #dynamicEndpointRefreshSeconds = 60; }; }; aubergine = rec { ipv4 = "192.168.42.6"; ips = [ "${ipv4}/24" ]; listenPort = 43646; persistentKeepalive = 10; peer = { publicKey = "NQYHx9+VhwtF220JzBukV5rUB8j0hHMoOxDakwJx6UM="; allowedIPs = [ "${ipv4}/32" ]; dynamicEndpointRefreshSeconds = 60; }; }; courge = rec { ipv4 = "192.168.42.7"; ips = [ "${ipv4}/24" ]; listenPort = 43647; persistentKeepalive = 30; peer = { publicKey = "6f9qhj/MDTm0dehld3zIeDLpGRvbYU1XmRgpYZqkeQU="; allowedIPs = [ "${ipv4}/32" ]; dynamicEndpointRefreshSeconds = 60; }; }; }