about summary refs log tree commit diff
path: root/nixos/modules/services/development
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-30 14:18:54 +0200
committerpennae <github@quasiparticle.net>2022-08-31 17:27:38 +0200
commit1d41cff3dc4c8f37bb5841f51fcbff705e169178 (patch)
tree333442286eac74633ee79693b341575d448cb10a /nixos/modules/services/development
parente04a09082e33d444c245e1d5859b37ace25f54a9 (diff)
downloadnixlib-1d41cff3dc4c8f37bb5841f51fcbff705e169178.tar
nixlib-1d41cff3dc4c8f37bb5841f51fcbff705e169178.tar.gz
nixlib-1d41cff3dc4c8f37bb5841f51fcbff705e169178.tar.bz2
nixlib-1d41cff3dc4c8f37bb5841f51fcbff705e169178.tar.lz
nixlib-1d41cff3dc4c8f37bb5841f51fcbff705e169178.tar.xz
nixlib-1d41cff3dc4c8f37bb5841f51fcbff705e169178.tar.zst
nixlib-1d41cff3dc4c8f37bb5841f51fcbff705e169178.zip
nixos/*: convert straggler options to MD
Diffstat (limited to 'nixos/modules/services/development')
-rw-r--r--nixos/modules/services/development/zammad.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/development/zammad.nix b/nixos/modules/services/development/zammad.nix
index 23f2e501903a..7de11b08b7e7 100644
--- a/nixos/modules/services/development/zammad.nix
+++ b/nixos/modules/services/development/zammad.nix
@@ -137,9 +137,9 @@ in
             {
             }
           '';
-          description = ''
-            The <filename>database.yml</filename> configuration file as key value set.
-            See <link xlink:href="TODO"/>
+          description = lib.mdDoc ''
+            The {file}`database.yml` configuration file as key value set.
+            See \<TODO\>
             for list of configuration parameters.
           '';
         };