nixos/kresd.package: improve the generated docs
This commit is contained in:
parent
8ee00e6ca2
commit
a4749b11d4
@ -57,11 +57,13 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
default = pkgs.knot-resolver;
|
|
||||||
type = types.package;
|
type = types.package;
|
||||||
description = "
|
description = "
|
||||||
knot-resolver package to use.
|
knot-resolver package to use.
|
||||||
";
|
";
|
||||||
|
default = pkgs.knot-resolver;
|
||||||
|
defaultText = "pkgs.knot-resolver";
|
||||||
|
example = literalExample "pkgs.knot-resolver.override { extraFeatures = true; }";
|
||||||
};
|
};
|
||||||
extraConfig = mkOption {
|
extraConfig = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user