mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
homeros: try to fix backlight
This commit is contained in:
@@ -14,6 +14,13 @@
|
|||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
boot.kernelParams = [
|
||||||
|
"acpi_backlight=none"
|
||||||
|
"acpi_backlight=video"
|
||||||
|
"acpi_backlight=vendor"
|
||||||
|
"acpi_backlight=native"
|
||||||
|
];
|
||||||
|
|
||||||
networking.hostName = "homeros";
|
networking.hostName = "homeros";
|
||||||
|
|
||||||
system.stateVersion = "19.03";
|
system.stateVersion = "19.03";
|
||||||
|
|||||||
Reference in New Issue
Block a user