From 548eb2776de07532d7ad3e92001be05be2f79190 Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Mon, 2 Dec 2024 08:58:27 -0800 Subject: [PATCH] nixos/boot: remove lib.mdDoc from boot.modprobeConfig.useUbuntuModuleBlacklist --- nixos/modules/system/boot/modprobe.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/modprobe.nix b/nixos/modules/system/boot/modprobe.nix index 5738c39d15ff..6f3162b9c975 100644 --- a/nixos/modules/system/boot/modprobe.nix +++ b/nixos/modules/system/boot/modprobe.nix @@ -11,7 +11,7 @@ with lib; default = true; }; - boot.modprobeConfig.useUbuntuModuleBlacklist = mkEnableOption (lib.mdDoc "Ubuntu distro's module blacklist") // { + boot.modprobeConfig.useUbuntuModuleBlacklist = mkEnableOption "Ubuntu distro's module blacklist" // { default = true; };