diff --git a/systems/homeros/configuration.nix b/systems/homeros/configuration.nix index 4c3e529..72d6625 100644 --- a/systems/homeros/configuration.nix +++ b/systems/homeros/configuration.nix @@ -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";