nixos/boot: remove lib.mdDoc from boot.modprobeConfig.useUbuntuModuleBlacklist

This commit is contained in:
Philip Taron
2024-12-02 08:58:27 -08:00
parent 4f1dc4bfb7
commit 548eb2776d
+1 -1
View File
@@ -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;
};