summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/hedgedoc.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2023-01-21 11:06:46 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-01-21 18:08:38 +0100
commit363158603a419725bb088aeeb264ecf6a60fe4fd (patch)
tree0160e2ef4197176812a9c365a8826b10e3a4c5e8 /nixos/modules/services/web-apps/hedgedoc.nix
parent5305f766fd4386f69a8f37fdb279763ef9d32a2e (diff)
downloadnixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.gz
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.bz2
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.lz
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.xz
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.tar.zst
nixpkgs-363158603a419725bb088aeeb264ecf6a60fe4fd.zip
nixos: fix backticks in Markdown descriptions
Diffstat (limited to 'nixos/modules/services/web-apps/hedgedoc.nix')
-rw-r--r--nixos/modules/services/web-apps/hedgedoc.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/web-apps/hedgedoc.nix b/nixos/modules/services/web-apps/hedgedoc.nix
index 90ca3002c59..a7823354ce8 100644
--- a/nixos/modules/services/web-apps/hedgedoc.nix
+++ b/nixos/modules/services/web-apps/hedgedoc.nix
@@ -950,16 +950,16 @@ in
                 type = types.str;
                 default = "";
                 description = lib.mdDoc ''
-                  Attribute map for `id'.
-                  Defaults to `NameID' of SAML response.
+                  Attribute map for `id`.
+                  Defaults to `NameID` of SAML response.
                 '';
               };
               username = mkOption {
                 type = types.str;
                 default = "";
                 description = lib.mdDoc ''
-                  Attribute map for `username'.
-                  Defaults to `NameID' of SAML response.
+                  Attribute map for `username`.
+                  Defaults to `NameID` of SAML response.
                 '';
               };
               email = mkOption {