mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
remove all uses of lib.mdDoc (#532)
This commit is contained in:
parent
226062b47f
commit
cc535d07cb
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ in {
|
|||
useTmpfs = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = lib.mdDoc ''
|
||||
description = ''
|
||||
Use tmpfs in place of ramfs for secrets storage.
|
||||
|
||||
*WARNING*
|
||||
|
|
Loading…
Reference in a new issue