From b14a39e9584d9604e700979b7c5522341538fa03 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 27 Feb 2024 20:08:01 +0100 Subject: add ygg peer --- nixos/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/common.nix b/nixos/common.nix index 9ae7a60..7bda880 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -308,7 +308,7 @@ services.yggdrasil = { enable = true; persistentKeys = true; - settings = { Peers = [ "tls://37.187.118.206:53103" ]; }; + settings = { Peers = [ "tls://37.187.118.206:53103" "tls://ygg.mkg20001.io:443" ]; }; }; services.tor = { -- cgit v1.2.3