nixos/boot: remove lib.mdDoc from boot.modprobeConfig.useUbuntuModuleBlacklist
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user