diff options
Diffstat (limited to 'modules/hosts.nix')
-rw-r--r-- | modules/hosts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hosts.nix b/modules/hosts.nix index 42d0458..1a56291 100644 --- a/modules/hosts.nix +++ b/modules/hosts.nix @@ -43,7 +43,7 @@ in { persistentKeys = true; settings = { - Peers = [ "quic://ba.ln.ea.cx:9003" ]; + Peers = [ "quic://ba.ln.ea.cx:9003?maxbackoff=2m" ]; }; } (lib.mkIf cfg.yggdrasil.public or cfg.yggdrasil.private |