mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
hosts/plover: update DNS server list for LAN interface
This commit is contained in:
parent
039f033632
commit
316602a35d
@ -93,7 +93,15 @@ in
|
||||
|
||||
# Using the authoritative DNS server to enable accessing them nice
|
||||
# internal services with domain names.
|
||||
dns = [ "127.0.0.1" "::1" ];
|
||||
dns = [
|
||||
IPv4.address
|
||||
IPv6.address
|
||||
|
||||
# Just in case it cannot really do it.
|
||||
"127.0.0.1"
|
||||
"::1"
|
||||
];
|
||||
|
||||
domains = [ config.networking.fqdn ];
|
||||
|
||||
gateway = [
|
||||
|
Loading…
Reference in New Issue
Block a user