modules/sops: fix description of useTmpfs (#385)

It's supposed to be mdDoc rather than mkDoc.
This commit is contained in:
Maximilian Bosch 2023-08-15 21:23:48 +02:00 committed by GitHub
parent 32603de0dc
commit f81e73cf9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,7 +246,7 @@ in {
useTmpfs = mkOption { useTmpfs = mkOption {
type = types.bool; type = types.bool;
default = false; default = false;
description = lib.mkDoc '' description = lib.mdDoc ''
Use tmpfs in place of ramfs for secrets storage. Use tmpfs in place of ramfs for secrets storage.
*WARNING* *WARNING*