FIX intel backlights are only on laptops
This commit is contained in:
parent
e541755557
commit
fa9427b988
|
@ -3,7 +3,7 @@ features:
|
||||||
optimus: {{ .features.optimus }}
|
optimus: {{ .features.optimus }}
|
||||||
vpn: true
|
vpn: true
|
||||||
bluetooth: true
|
bluetooth: true
|
||||||
intel_backlight: true
|
intel_backlight: {{ .laptop }}
|
||||||
clevo_backlight: {{ .features.clevo }}
|
clevo_backlight: {{ .features.clevo }}
|
||||||
wireless: {{ .laptop }}
|
wireless: {{ .laptop }}
|
||||||
virtualbox: {{ .features.virtualbox }}
|
virtualbox: {{ .features.virtualbox }}
|
||||||
|
|
Loading…
Reference in New Issue