diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/yggdrasil-wg/default.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/yggdrasil-wg/default.nix b/modules/yggdrasil-wg/default.nix index 573791bf..d81081b2 100644 --- a/modules/yggdrasil-wg/default.nix +++ b/modules/yggdrasil-wg/default.nix | |||
| @@ -12,13 +12,13 @@ let | |||
| 12 | links = [ | 12 | links = [ | 
| 13 | { from = "vidhar"; | 13 | { from = "vidhar"; | 
| 14 | to = "surtr"; | 14 | to = "surtr"; | 
| 15 | endpointHost = "surtr.yggdrasil.li"; | 15 | endpointHost = "202.61.241.61"; | 
| 16 | persistentKeepalive = 25; | 16 | persistentKeepalive = 25; | 
| 17 | dynamicEndpointRefreshSeconds = 86400; | 17 | dynamicEndpointRefreshSeconds = 86400; | 
| 18 | } | 18 | } | 
| 19 | { from = "sif"; | 19 | { from = "sif"; | 
| 20 | to = "surtr"; | 20 | to = "surtr"; | 
| 21 | endpointHost = "surtr.yggdrasil.li"; | 21 | endpointHost = "202.61.241.61"; | 
| 22 | persistentKeepalive = 25; | 22 | persistentKeepalive = 25; | 
| 23 | dynamicEndpointRefreshSeconds = 86400; | 23 | dynamicEndpointRefreshSeconds = 86400; | 
| 24 | } | 24 | } | 
