Commit f88436cc3c7b

Vincent Demeester <vincent@sbr.pm>
2023-11-23 10:06:35
wakasu: enable iio sensors
Try to see if I can have ambient light "setup" on the X1 carbon. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b14e182
Changed files (1)
systems
systems/hosts/wakasu.nix
@@ -65,6 +65,7 @@ in
     kernelPackages = pkgs.linuxPackages_latest;
   };
 
+  hardware.sensor.iio.enable = true;
   services.udev.extraRules = ''
     # STM32 rules for the Moonlander and Planck EZ
     SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", \