about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/snipe-it.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-29 19:33:50 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:32:54 +0200
commitbd5636884879a6ef672703dd51f3e398a58c3b8e (patch)
tree3a0cd1e3fef09aeff2b1935865677ec0cd6cbbbd /nixos/modules/services/web-apps/snipe-it.nix
parent515c4727faaa86ad9ef9c270d34c0de30cf8d2bc (diff)
downloadnixlib-bd5636884879a6ef672703dd51f3e398a58c3b8e.tar
nixlib-bd5636884879a6ef672703dd51f3e398a58c3b8e.tar.gz
nixlib-bd5636884879a6ef672703dd51f3e398a58c3b8e.tar.bz2
nixlib-bd5636884879a6ef672703dd51f3e398a58c3b8e.tar.lz
nixlib-bd5636884879a6ef672703dd51f3e398a58c3b8e.tar.xz
nixlib-bd5636884879a6ef672703dd51f3e398a58c3b8e.tar.zst
nixlib-bd5636884879a6ef672703dd51f3e398a58c3b8e.zip
nixos/*: md-convert hidden plaintext options
most of these are hidden because they're either part of a submodule that
doesn't have its type rendered (eg because the submodule type is used in
an either type) or because they are explicitly hidden. some of them are
merely hidden from nix-doc-munge by how their option is put together.
Diffstat (limited to 'nixos/modules/services/web-apps/snipe-it.nix')
-rw-r--r--nixos/modules/services/web-apps/snipe-it.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/snipe-it.nix b/nixos/modules/services/web-apps/snipe-it.nix
index a97d6be69d96..264b72fe837b 100644
--- a/nixos/modules/services/web-apps/snipe-it.nix
+++ b/nixos/modules/services/web-apps/snipe-it.nix
@@ -250,7 +250,7 @@ in {
                 options = {
                   _secret = mkOption {
                     type = nullOr (oneOf [ str path ]);
-                    description = ''
+                    description = lib.mdDoc ''
                       The path to a file containing the value the
                       option should be set to in the final
                       configuration file.