mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
Revert "nebula: Only route traffic from the overlay domain over the interface"
This reverts commit cb8d793df3.
This commit is contained in:
parent
cb8d793df3
commit
1f2c921b81
1 changed files with 1 additions and 4 deletions
|
|
@ -132,10 +132,7 @@ in
|
|||
matchConfig.Name = netCfg.overlay.interface;
|
||||
address = [ netCfg.overlay.cidr ];
|
||||
dns = netCfg.overlay.dnsServers;
|
||||
domains = [
|
||||
"~${netCfg.overlay.domain}"
|
||||
netCfg.overlay.domain
|
||||
];
|
||||
domains = [ netCfg.overlay.domain ];
|
||||
networkConfig.DNSSEC = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue