summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-31 00:24:19 +0200
committerAlan Pearce2024-05-31 00:24:19 +0200
commit7a39e5486b55f3f723ad664cfa741225940e86f6 (patch)
tree6b352e0855c6ababcc27bcc352be93dde97d5650
parentf2950bc0c8cab32de1cdcb5cdde00d5db3dbf10f (diff)
downloadnixfiles-7a39e5486b55f3f723ad664cfa741225940e86f6.tar.lz
nixfiles-7a39e5486b55f3f723ad664cfa741225940e86f6.tar.zst
nixfiles-7a39e5486b55f3f723ad664cfa741225940e86f6.zip
dnsmasq: require FQDN
systemd-resolved will add this automatically
-rwxr-xr-xsystem/nanopi.nix2
1 files changed, 1 insertions, 1 deletions
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;