mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
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 {
|
||||
type = types.lines;
|
||||
default = "";
|
||||
description = "The DNS data to serve, in the format described by tinydns-data(8)";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue