diff options
-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 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 |