From 8dc78086d56df4dbe8b4463c16d93e3f87e6c703 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 26 Jun 2025 00:05:26 -0500 Subject: Fix previous commit --- modules/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts.nix b/modules/hosts.nix index 14ab9f7..edb83f5 100644 --- a/modules/hosts.nix +++ b/modules/hosts.nix @@ -38,7 +38,7 @@ in { persistentKeys = true; settings = { - Peers = [ "quic://ba.ln.ea.cx" ]; + Peers = [ "quic://ba.ln.ea.cx:9003" ]; }; } (lib.mkIf cfg.yggdrasil.public or cfg.yggdrasil.private -- cgit v1.2.3