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