diff --git a/hosts/by-name/servo/services/trust-dns.nix b/hosts/by-name/servo/services/trust-dns.nix index 4b6e851e..4b2cbf39 100644 --- a/hosts/by-name/servo/services/trust-dns.nix +++ b/hosts/by-name/servo/services/trust-dns.nix @@ -106,8 +106,6 @@ in hn = { substitutions = mkSubstitutions "hn"; listenAddrsIpv4 = [ nativeAddrs."servo.hn" ]; - # TODO: no reason this can't live on port 53 - port = 1053; }; lan = { substitutions = mkSubstitutions "lan";