diff --git a/hosts/by-name/servo/services/trust-dns.nix b/hosts/by-name/servo/services/trust-dns.nix index fcb4b98f..138dba6c 100644 --- a/hosts/by-name/servo/services/trust-dns.nix +++ b/hosts/by-name/servo/services/trust-dns.nix @@ -59,13 +59,7 @@ ]; }; - # we need trust-dns to load our zone by relative path instead of /nix/store path - # because we generate it at runtime. - services.trust-dns.settings.zones = [ - { - zone = "uninsane.org"; - } - ]; + services.trust-dns.settings.zones = [ "uninsane.org" ]; services.trust-dns.package = let