mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: enable i2c properly
This commit is contained in:
parent
e244990289
commit
88c97dd1b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue