nixos/hdaps: automatically enable the hdapsd kernel module (#56309)
patch by hpoussin via https://discourse.nixos.org/t/hdapsd-automatically-enable-the-hdapsd-kernel-module/2183
Ryan Mulligan 6 years ago 18f6dbe6 32214c25
··· 16 16 }; 17 17 18 18 config = mkIf cfg.enable { 19 19 + boot.kernelModules = [ "hdapsd" ]; 19 20 services.udev.packages = hdapsd; 20 21 systemd.packages = hdapsd; 21 22 };