diff options
author | Alan Pearce | 2024-05-31 00:24:19 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-31 00:24:19 +0200 |
commit | 7a39e5486b55f3f723ad664cfa741225940e86f6 (patch) | |
tree | 6b352e0855c6ababcc27bcc352be93dde97d5650 /system | |
parent | f2950bc0c8cab32de1cdcb5cdde00d5db3dbf10f (diff) | |
download | nixfiles-7a39e5486b55f3f723ad664cfa741225940e86f6.tar.lz nixfiles-7a39e5486b55f3f723ad664cfa741225940e86f6.tar.zst nixfiles-7a39e5486b55f3f723ad664cfa741225940e86f6.zip |
dnsmasq: require FQDN
systemd-resolved will add this automatically
Diffstat (limited to 'system')
-rwxr-xr-x | system/nanopi.nix | 2 |
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; |