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
|
@ -117,7 +117,7 @@ in
|
|||
cacheNetworks = mkOption {
|
||||
default = [ "127.0.0.0/24" ];
|
||||
type = types.listOf types.str;
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
What networks are allowed to use us as a resolver. Note
|
||||
that this is for recursive queries -- all networks are
|
||||
allowed to query zones configured with the `zones` option.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue