yggdrasil: don't listen on ipv4 and fail

This commit is contained in:
Astro 2022-01-14 19:30:01 +01:00
parent 64ee9d06bb
commit b50a051904
1 changed files with 2 additions and 1 deletions

View File

@ -45,8 +45,9 @@ in lib.mkIf cfg.enable {
"tls://[2001:41d0:601:1100::cf2]:11129"
];
Listen = [
"tcp://0.0.0.0:1"
"tcp://[::]:1"
# Not needed as `sysctl net.ipv6.bindv6only=0` by default
# "tcp://0.0.0.0:1"
];
NodeInfo = {
# This information is visible to the network.