about summary refs log tree commit diff
path: root/nixos/modules/programs/iftop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/iftop.nix')
-rw-r--r--nixos/modules/programs/iftop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/iftop.nix b/nixos/modules/programs/iftop.nix
index 1db018858b65b..c74714a9a6d64 100644
--- a/nixos/modules/programs/iftop.nix
+++ b/nixos/modules/programs/iftop.nix
@@ -6,7 +6,7 @@ let
   cfg = config.programs.iftop;
 in {
   options = {
-    programs.iftop.enable = mkEnableOption (lib.mdDoc "iftop + setcap wrapper");
+    programs.iftop.enable = mkEnableOption "iftop + setcap wrapper";
   };
   config = mkIf cfg.enable {
     environment.systemPackages = [ pkgs.iftop ];