vanadium: enable i2c properly

This commit is contained in:
Primrose 2025-09-06 10:59:48 +08:00
parent e244990289
commit 88c97dd1b3
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -17,7 +17,7 @@
# #
{ {
me.extraGroups = ["i2c"]; me.extraGroups = ["i2c"];
hardware.i2c.enable = false; hardware.i2c.enable = true;
environment.systemPackages = [pkgs.ddcutil]; environment.systemPackages = [pkgs.ddcutil];
boot.kernelModules = ["i2c-dev"]; boot.kernelModules = ["i2c-dev"];
} }