nixos/tinydns: default data to empty string
(not strictly required to start the service)
This commit is contained in:
parent
1b7e5eaa79
commit
735b41c34f
1 changed files with 1 additions and 0 deletions
|
@ -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)";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue