From d84914f41d6ca2722be522cf9a1722a6fdc556d6 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 12 Jul 2025 14:15:56 +0200 Subject: modules/hosts: Cap Yggdrasil peer backoff time to 2 minutes --- modules/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hosts.nix') 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 -- cgit v1.2.3