diff --git a/nixos/modules/services/hardware/ddccontrol.nix b/nixos/modules/services/hardware/ddccontrol.nix index 51761ea4e0ae..36070bb92477 100644 --- a/nixos/modules/services/hardware/ddccontrol.nix +++ b/nixos/modules/services/hardware/ddccontrol.nix @@ -38,6 +38,9 @@ in boot.kernelModules = [ "ddcci_backlight" ]; + boot.extraModulePackages = [ + config.boot.kernelPackages.ddcci-driver + ]; # Load the i2c-dev module hardware.i2c = { enable = true;