toshiba/swanky: switch to default kernels
Both unstable and 19.03 come with 4.19+ kernels making this option obsolete.
This commit is contained in:
parent
79e188ac6b
commit
f870de5eae
|
@ -13,9 +13,6 @@ in
|
||||||
../../common/pc/laptop
|
../../common/pc/laptop
|
||||||
];
|
];
|
||||||
|
|
||||||
# Sound only properly works out of the box on 4.18+ kernels.
|
|
||||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
|
||||||
|
|
||||||
# Required for screen brightness control:
|
# Required for screen brightness control:
|
||||||
boot.kernelParams = [ "acpi_backlight=vendor" ];
|
boot.kernelParams = [ "acpi_backlight=vendor" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue