ddcutil to control external display brightness
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
fontSize = 36;
|
||||
};
|
||||
};
|
||||
boot.kernelModules = ["i2c-dev"];
|
||||
hardware.i2c.enable = true;
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660"
|
||||
'';
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Moscow";
|
||||
|
||||
Reference in New Issue
Block a user