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
commit

7a39e5486b55f3f723ad664cfa741225940e86f6

parent

f2950bc0c8cab32de1cdcb5cdde00d5db3dbf10f

1 file changed, 1 insertion(+), 1 deletion(-)

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;