this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add Yggdrasil back

Still need it as a fallback for Wireguard/Tailscale.

+14
+14
configuration.nix
··· 146 146 blueman.enable = true; 147 147 tailscale.enable = true; 148 148 gvfs.enable = true; 149 + yggdrasil = { 150 + enable = true; 151 + persistentKeys = true; 152 + settings = { 153 + Peers = [ 154 + # https://publicpeers.neilalexander.dev 155 + "tls://sin.yuetau.net:6643" # Singapore 156 + "tls://mima.localghost.org:443" # Philippines 157 + "tls://133.18.201.69:54232" # Japan 158 + "tls://vpn.itrus.su:7992" # Netherlands 159 + "tls://ygg.jjolly.dev:3443" # United States 160 + ]; 161 + }; 162 + }; 149 163 }; 150 164 151 165 security = {