all repos — nixfiles @ 7a39e5486b55f3f723ad664cfa741225940e86f6

System and user configuration, managed by nix and home-manager

dnsmasq: require FQDN

systemd-resolved will add this automatically
Alan Pearce alan@alanpearce.eu
Fri, 31 May 2024 00:24:19 +0200
commit

7a39e5486b55f3f723ad664cfa741225940e86f6

parent

f2950bc0c8cab32de1cdcb5cdde00d5db3dbf10f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/nanopi.nixsystem/nanopi.nix
@@ -459,7 +459,7 @@ alwaysKeepRunning = true;     settings = {
       local-ttl = 60;
       domain = domain;
-      dhcp-fqdn = false;
+      dhcp-fqdn = true;
       domain-needed = true;
       bogus-priv = true;
       no-resolv = true;