mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
networking/overlay: Disable dnssec
This commit is contained in:
parent
d696787ae7
commit
c2c6b63427
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ in
|
||||||
address = [ netCfg.overlay.cidr ];
|
address = [ netCfg.overlay.cidr ];
|
||||||
dns = netCfg.overlay.dnsServers;
|
dns = netCfg.overlay.dnsServers;
|
||||||
domains = [ netCfg.overlay.domain ];
|
domains = [ netCfg.overlay.domain ];
|
||||||
|
networkConfig.DNSSEC = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue