summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/matrix/pantalaimon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/matrix/pantalaimon.nix')
-rw-r--r--nixos/modules/services/matrix/pantalaimon.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/matrix/pantalaimon.nix b/nixos/modules/services/matrix/pantalaimon.nix
index 63b40099ca5d..591ba9a7ab55 100644
--- a/nixos/modules/services/matrix/pantalaimon.nix
+++ b/nixos/modules/services/matrix/pantalaimon.nix
@@ -51,11 +51,11 @@ in
options.services.pantalaimon-headless.instances = mkOption {
default = { };
type = types.attrsOf (types.submodule (import ./pantalaimon-options.nix));
- description = ''
+ description = lib.mdDoc ''
Declarative instance config.
Note: to use pantalaimon interactively, e.g. for a Matrix client which does not
- support End-to-end encryption (like <literal>fractal</literal>), refer to the home-manager module.
+ support End-to-end encryption (like `fractal`), refer to the home-manager module.
'';
};