remove an unused option

This commit is contained in:
Andreas Zweili 2021-11-23 22:45:00 +01:00
parent 8659273560
commit f01ef6ea5a
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [
"video.use_native_backlight=1"
"acpi_osi="
];