allow dns names in retiolum
This commit is contained in:
parent
dbc12144cf
commit
683d43c070
@ -31,6 +31,8 @@ in {
|
||||
config = {
|
||||
services.tinc.networks.${netname} = {
|
||||
name = cfg.nodename;
|
||||
# allow resolving dns
|
||||
chroot = false;
|
||||
extraConfig = ''
|
||||
LocalDiscovery = yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user