From 7a39e5486b55f3f723ad664cfa741225940e86f6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 31 May 2024 00:24:19 +0200 Subject: dnsmasq: require FQDN systemd-resolved will add this automatically --- system/nanopi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nanopi.nix b/system/nanopi.nix index 60c3fa9a..d55a6768 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -459,7 +459,7 @@ in settings = { local-ttl = 60; domain = domain; - dhcp-fqdn = false; + dhcp-fqdn = true; domain-needed = true; bogus-priv = true; no-resolv = true; -- cgit 1.4.1