diff --git a/nixos/modules/services/networking/tinydns.nix b/nixos/modules/services/networking/tinydns.nix index a60a820a09e5..184888ef05da 100644 --- a/nixos/modules/services/networking/tinydns.nix +++ b/nixos/modules/services/networking/tinydns.nix @@ -15,6 +15,7 @@ with lib; data = mkOption { type = types.lines; + default = ""; description = "The DNS data to serve, in the format described by tinydns-data(8)"; };