1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

gpd-win-max-2-2023: enable iio subsystem

This commit is contained in:
Cryolitia 2024-02-11 14:48:43 +08:00
parent 0c7d0e581f
commit 0e15174c5a
No known key found for this signature in database
GPG Key ID: 3E5D1772FC8A8EDD

View File

@ -13,4 +13,5 @@ with lib;
#see README
boot.blacklistedKernelModules = mkIf config.hardware.sensor.iio.bmi260.enable [ "bmi160_spi" "bmi160_i2c" "bmi160_core" ];
hardware.sensor.iio.enable = mkIf config.hardware.sensor.iio.bmi260.enable true;
}