mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-24 12:19:00 +00:00
hosts/plover: disable DNSSEC
It's giving me trouble for now. Ideally, this should be configured with the individual interfaces that is giving me the troubles.
This commit is contained in:
parent
492de3bc92
commit
5a8cdc5769
@ -50,7 +50,10 @@ in
|
||||
# The local DNS resolver. This should be used in conjunction with an
|
||||
# authoritative DNS server as a forwarder. Also, it should live in its
|
||||
# default address at 127.0.0.53 (as of systemd v252).
|
||||
services.resolved.enable = true;
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "false";
|
||||
};
|
||||
|
||||
# The interface configuration is based from the following discussion:
|
||||
# https://discourse.nixos.org/t/nixos-on-hetzner-cloud-servers-ipv6/221/
|
||||
|
Loading…
Reference in New Issue
Block a user