mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: also disable per link DNS for ipv6 (dhcp, RA) on servers
This commit is contained in:
parent
836cd7c6c2
commit
e076aca5a0
3 changed files with 9 additions and 3 deletions
|
@ -41,7 +41,9 @@ in {
|
|||
};
|
||||
"10-wan" = {
|
||||
DHCP = "yes";
|
||||
dhcpConfig.UseDNS = false;
|
||||
dhcpV4Config.UseDNS = false;
|
||||
dhcpV6Config.UseDNS = false;
|
||||
ipv6AcceptRAConfig.UseDNS = false;
|
||||
#address = [
|
||||
# "192.168.178.2/24"
|
||||
# "fdee::1/64"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue