mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +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 ];
|
||||
dns = netCfg.overlay.dnsServers;
|
||||
domains = [ netCfg.overlay.domain ];
|
||||
networkConfig.DNSSEC = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue