about summary refs log tree commit diff
path: root/nixos/modules/services/printing
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-29 01:38:36 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:32:54 +0200
commit9547123258f69efd92b54763051d6dc7f3bfcaca (patch)
tree87d42b10b0f436c50e8aa04c00c27d289c61c4e2 /nixos/modules/services/printing
parentef176dcf7e76c3639571d7c6051246c8fbadf12a (diff)
downloadnixlib-9547123258f69efd92b54763051d6dc7f3bfcaca.tar
nixlib-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.gz
nixlib-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.bz2
nixlib-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.lz
nixlib-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.xz
nixlib-9547123258f69efd92b54763051d6dc7f3bfcaca.tar.zst
nixlib-9547123258f69efd92b54763051d6dc7f3bfcaca.zip
nixos/*: convert internal option descriptions to MD
we'll have to do it eventually, may as well be now.
Diffstat (limited to 'nixos/modules/services/printing')
-rw-r--r--nixos/modules/services/printing/cupsd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/printing/cupsd.nix b/nixos/modules/services/printing/cupsd.nix
index 8f1c3d9c525a..fea7ffb673ca 100644
--- a/nixos/modules/services/printing/cupsd.nix
+++ b/nixos/modules/services/printing/cupsd.nix
@@ -167,7 +167,7 @@ in
         type = types.lines;
         internal = true;
         default = "";
-        description = ''
+        description = lib.mdDoc ''
           Additional commands executed while creating the directory
           containing the CUPS server binaries.
         '';