nixos/tinydns: default data to empty string
(not strictly required to start the service)
This commit is contained in:
parent
1b7e5eaa79
commit
735b41c34f
@ -15,6 +15,7 @@ with lib;
|
|||||||
|
|
||||||
data = mkOption {
|
data = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
|
default = "";
|
||||||
description = "The DNS data to serve, in the format described by tinydns-data(8)";
|
description = "The DNS data to serve, in the format described by tinydns-data(8)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user