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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user