summaryrefslogtreecommitdiffstats
path: root/toshiba
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-07-02 10:49:23 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-07-02 10:49:23 +0100
commitf870de5eaee23912057bf9be6de66512a3c90679 (patch)
tree2398fa67ae75239102a9cdad3ab3c906ace86fd2 /toshiba
parent79e188ac6bc9da1f34b20511512913fc7a67cd04 (diff)
toshiba/swanky: switch to default kernels
Both unstable and 19.03 come with 4.19+ kernels making this option obsolete.
Diffstat (limited to 'toshiba')
-rw-r--r--toshiba/swanky/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/toshiba/swanky/default.nix b/toshiba/swanky/default.nix
index 9504d14..8361df6 100644
--- a/toshiba/swanky/default.nix
+++ b/toshiba/swanky/default.nix
@@ -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" ];