mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/*: mark pre-existing markdown descriptions as mdDoc
This commit is contained in:
parent
b51f8036c2
commit
7e7d68a250
70 changed files with 96 additions and 96 deletions
|
@ -34,7 +34,7 @@ in
|
|||
purifyOnStart = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
On startup, the `baseDir` directory is populated with various files,
|
||||
subdirectories and symlinks. If this option is enabled, these items
|
||||
(except for the `logs` and `work` subdirectories) are first removed.
|
||||
|
@ -46,7 +46,7 @@ in
|
|||
baseDir = mkOption {
|
||||
type = lib.types.path;
|
||||
default = "/var/tomcat";
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Location where Tomcat stores configuration files, web applications
|
||||
and logfiles. Note that it is partially cleared on each service startup
|
||||
if `purifyOnStart` is enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue