This commit is contained in:
Aleksandr Lebedev 2025-07-31 14:42:20 +02:00
parent 6a4570e5fe
commit 81757ca17e
2 changed files with 8 additions and 0 deletions

View file

@ -12,6 +12,7 @@
boot.extraModprobeConfig = ''
softdep soc_button_array pre: pinctrl_tigerlake
'';
boot.initrd.kernelModules = ["pinctrl_tigerlake"];
# Patch the `udev` rules shipping with `iio-sensor-proxy` according to:
# https://github.com/FrameworkComputer/linux-docs/blob/main/framework12/Ubuntu-25-04-accel-ubuntu25.04.md
nixpkgs.overlays = [