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:
Gabriel Arazas 2023-06-20 09:56:40 +08:00
parent 492de3bc92
commit 5a8cdc5769
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -50,7 +50,10 @@ in
# The local DNS resolver. This should be used in conjunction with an # The local DNS resolver. This should be used in conjunction with an
# authoritative DNS server as a forwarder. Also, it should live in its # authoritative DNS server as a forwarder. Also, it should live in its
# default address at 127.0.0.53 (as of systemd v252). # 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: # The interface configuration is based from the following discussion:
# https://discourse.nixos.org/t/nixos-on-hetzner-cloud-servers-ipv6/221/ # https://discourse.nixos.org/t/nixos-on-hetzner-cloud-servers-ipv6/221/