Merge pull request #211229 from Luflosi/fix-modprobeConfig-typo

nixos/modprobe: fix typo in boot.modprobeConfig.enable documentation
This commit is contained in:
Nick Cao
2023-01-23 16:02:09 +08:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ with lib;
###### interface
options = {
boot.modprobeConfig.enable = mkEnableOption (lib.mdDoc "modprobe config. This is useful for systemds like containers which do not require a kernel.") // {
boot.modprobeConfig.enable = mkEnableOption (lib.mdDoc "modprobe config. This is useful for systems like containers which do not require a kernel") // {
default = true;
};