summary refs log tree commit diff
path: root/nixos/modules/programs/nethoscope.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/nethoscope.nix')
-rw-r--r--nixos/modules/programs/nethoscope.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/nethoscope.nix b/nixos/modules/programs/nethoscope.nix
index 495548e9c65..d8ece61c90a 100644
--- a/nixos/modules/programs/nethoscope.nix
+++ b/nixos/modules/programs/nethoscope.nix
@@ -12,7 +12,7 @@ in
       enable = mkOption {
         type = types.bool;
         default = false;
-        description = ''
+        description = lib.mdDoc ''
           Whether to add nethoscope to the global environment and configure a
           setcap wrapper for it.
         '';