nixos/*: mark pre-existing markdown descriptions as mdDoc
This commit is contained in:
@@ -43,7 +43,7 @@ in
|
||||
priority = mkOption {
|
||||
type = types.int;
|
||||
default = 1000;
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Order of this location block in relation to the others in the vhost.
|
||||
The semantics are the same as with `lib.mkOrder`. Smaller values have
|
||||
a greater priority.
|
||||
|
||||
Reference in New Issue
Block a user