diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-26 00:05:26 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-26 00:05:26 -0500 |
commit | 8dc78086d56df4dbe8b4463c16d93e3f87e6c703 (patch) | |
tree | 6d080c08c59cbb76167d906ac059c19c94ef0fd6 /modules/hosts.nix | |
parent | 501dc8584a5e03471dadd758ed0315838a9904bc (diff) | |
download | nixos-config-8dc78086d56df4dbe8b4463c16d93e3f87e6c703.tar.gz nixos-config-8dc78086d56df4dbe8b4463c16d93e3f87e6c703.zip |
Fix previous commit
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 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 |