summary refs log tree commit diff
path: root/nixos/modules/services/networking/mstpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/mstpd.nix')
-rw-r--r--nixos/modules/services/networking/mstpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/mstpd.nix b/nixos/modules/services/networking/mstpd.nix
index bd71010ce54..ba82c5ac823 100644
--- a/nixos/modules/services/networking/mstpd.nix
+++ b/nixos/modules/services/networking/mstpd.nix
@@ -9,7 +9,7 @@ with lib;
     enable = mkOption {
       default = false;
       type = types.bool;
-      description = ''
+      description = lib.mdDoc ''
         Whether to enable the multiple spanning tree protocol daemon.
       '';
     };