mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/*: automatically convert option docs to MD
once again using nix-doc-munge (69d080323a
)
This commit is contained in:
parent
645cfa59ac
commit
61e93df189
101 changed files with 628 additions and 628 deletions
|
@ -25,10 +25,10 @@ in {
|
|||
type = types.enum ["switch" "boot"];
|
||||
default = "switch";
|
||||
example = "boot";
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Whether to run
|
||||
<literal>nixos-rebuild switch --upgrade</literal> or run
|
||||
<literal>nixos-rebuild boot --upgrade</literal>
|
||||
`nixos-rebuild switch --upgrade` or run
|
||||
`nixos-rebuild boot --upgrade`
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ in
|
|||
powerManagement.scsiLinkPolicy = mkOption {
|
||||
default = null;
|
||||
type = types.nullOr (types.enum allowedValues);
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
SCSI link power management policy. The kernel default is
|
||||
"max_performance".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue