nixos/ddccontrol: Ensure that i2c_dev module is loaded

main
Rodney Lorrimar 3 years ago
parent 84b9af46cf
commit d9b8919e34
No known key found for this signature in database
GPG Key ID: D8B75C95FB4D1143
  1. 3
      nixos/modules/services/hardware/ddccontrol.nix

@ -20,6 +20,9 @@ in
###### implementation
config = lib.mkIf cfg.enable {
# Load the i2c-dev module
boot.kernelModules = [ "i2c_dev" ];
# Give users access to the "gddccontrol" tool
environment.systemPackages = [
pkgs.ddccontrol

Loading…
Cancel
Save