summary refs log tree commit diff
path: root/nixos/modules/services/misc/n8n.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/n8n.nix')
-rw-r--r--nixos/modules/services/misc/n8n.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/misc/n8n.nix b/nixos/modules/services/misc/n8n.nix
index 77e717eeff9..40a262116c8 100644
--- a/nixos/modules/services/misc/n8n.nix
+++ b/nixos/modules/services/misc/n8n.nix
@@ -15,14 +15,14 @@ in
     openFirewall = mkOption {
       type = types.bool;
       default = false;
-      description = "Open ports in the firewall for the n8n web interface.";
+      description = lib.mdDoc "Open ports in the firewall for the n8n web interface.";
     };
 
     settings = mkOption {
       type = format.type;
       default = {};
-      description = ''
-        Configuration for n8n, see <link xlink:href="https://docs.n8n.io/reference/configuration.html"/>
+      description = lib.mdDoc ''
+        Configuration for n8n, see <https://docs.n8n.io/reference/configuration.html>
         for supported values.
       '';
     };