summaryrefslogtreecommitdiff
path: root/services/dnsmasq.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/dnsmasq.nix')
-rw-r--r--services/dnsmasq.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/dnsmasq.nix b/services/dnsmasq.nix
index 717ca45..7a33d82 100644
--- a/services/dnsmasq.nix
+++ b/services/dnsmasq.nix
@@ -2,5 +2,5 @@
{
# Local DNS server
services.dnsmasq.enable = true;
- services.dnsmasq.servers = [ "127.0.0.1#43" ];
+ services.dnsmasq.servers = [ "127.0.0.1#53" ];
}