fix the backlight keys

This commit is contained in:
Andreas Zweili 2021-11-23 22:34:10 +01:00
parent bdc725ee8b
commit 32bb206e04
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [
"video.use_native_backlight=1"
"acpi_osi="
];
boot.initrd.luks.devices."cryptlvm".device = "/dev/sda2";
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";