Merge pull request #111 from NixOS/cleanup-swanky

toshiba/swanky: switch to default kernels
This commit is contained in:
Jörg Thalheim 2019-07-26 07:22:19 +01:00 committed by GitHub
commit 03db9669a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" ];