allow dns names in retiolum

This commit is contained in:
Jörg Thalheim 2021-11-09 07:29:42 +01:00
parent dbc12144cf
commit 683d43c070
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ in {
config = {
services.tinc.networks.${netname} = {
name = cfg.nodename;
# allow resolving dns
chroot = false;
extraConfig = ''
LocalDiscovery = yes