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:
Jörg Thalheim 2019-07-02 10:49:23 +01:00
parent 79e188ac6b
commit f870de5eae
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ in
../../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:
boot.kernelParams = [ "acpi_backlight=vendor" ];