diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-27 20:08:01 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-27 20:08:01 +0100 |
commit | b14a39e9584d9604e700979b7c5522341538fa03 (patch) | |
tree | c26e69cab896b1b4b36f526b6ee46464cfabde81 /nixos | |
parent | c7b5326399bb7d0aee494dc41622117ecfc2e3d1 (diff) | |
download | user-config-b14a39e9584d9604e700979b7c5522341538fa03.tar.gz user-config-b14a39e9584d9604e700979b7c5522341538fa03.zip |
add ygg peer
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |