enable i2c (monitor settings changing thing) on nixdesk

This commit is contained in:
xunuwu 2025-07-30 03:17:18 +02:00
parent ea75c7c4b0
commit b075c76f75
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,8 @@
inputs.hardware.nixosModules.gigabyte-b550
];
hardware.i2c.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_latest;
initrd = {