1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

homeros: try to fix backlight

This commit is contained in:
Kierán Meinhardt
2019-06-15 17:50:57 +02:00
parent 50bc77458f
commit 38ca7ab438

View File

@@ -14,6 +14,13 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [
"acpi_backlight=none"
"acpi_backlight=video"
"acpi_backlight=vendor"
"acpi_backlight=native"
];
networking.hostName = "homeros";
system.stateVersion = "19.03";