about summary refs log tree commit diff
path: root/nixos/modules/services/networking/nncp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/nncp.nix')
-rw-r--r--nixos/modules/services/networking/nncp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/nncp.nix b/nixos/modules/services/networking/nncp.nix
index 3cfe41995e76c..f4ed7ecc7d4a6 100644
--- a/nixos/modules/services/networking/nncp.nix
+++ b/nixos/modules/services/networking/nncp.nix
@@ -39,7 +39,7 @@ in {
           '';
           listenStreams = mkOption {
             type = with types; listOf str;
-            description = lib.mdDoc ''
+            description = ''
               TCP sockets to bind to.
               See [](#opt-systemd.sockets._name_.listenStreams).
             '';