mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
underlay: Remove underlay dns servers
This commit is contained in:
parent
4721da9b3a
commit
5fd78c276b
1 changed files with 0 additions and 5 deletions
|
|
@ -56,11 +56,6 @@ in
|
|||
Gateway = cfg.gateway;
|
||||
GatewayOnLink = true;
|
||||
};
|
||||
dns = lib.mkIf (!cfg.useDhcp) [
|
||||
"1.1.1.1#cloudflare-dns.com"
|
||||
"8.8.8.8#dns.google"
|
||||
"9.9.9.9#dns.quad9.net"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue