mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
modules/sops: fix description of useTmpfs (#385)
It's supposed to be mdDoc rather than mkDoc.
This commit is contained in:
parent
32603de0dc
commit
f81e73cf9a
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ in {
|
|||
useTmpfs = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = lib.mkDoc ''
|
||||
description = lib.mdDoc ''
|
||||
Use tmpfs in place of ramfs for secrets storage.
|
||||
|
||||
*WARNING*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue