steveej-t480s-work: explicitly disable userspace backlight support

This commit is contained in:
steveej 2018-12-17 13:16:48 +01:00
parent 4841bce338
commit bc2e6f98f3

View file

@ -31,4 +31,6 @@ in
options kvm-intel enable_apicv=1
options kvm-intel ept=1
'';
hardware.brightnessctl.enable = false;
}