mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/*: literalDocBook -> literalMD
no change to rendered output
This commit is contained in:
parent
169072fb60
commit
51a11254a7
31 changed files with 48 additions and 47 deletions
|
@ -62,7 +62,7 @@ in
|
|||
ipAllow = mkOption {
|
||||
type = types.nullOr yaml.type;
|
||||
default = lib.importJSON ./ip_allow.json;
|
||||
defaultText = literalDocBook "upstream defaults";
|
||||
defaultText = literalMD "upstream defaults";
|
||||
example = literalExpression ''
|
||||
{
|
||||
ip_allow = [{
|
||||
|
@ -85,7 +85,7 @@ in
|
|||
logging = mkOption {
|
||||
type = types.nullOr yaml.type;
|
||||
default = lib.importJSON ./logging.json;
|
||||
defaultText = literalDocBook "upstream defaults";
|
||||
defaultText = literalMD "upstream defaults";
|
||||
example = { };
|
||||
description = lib.mdDoc ''
|
||||
Configure logs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue