diff options
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; |