summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-07-26 07:22:19 +0100
committerGitHub <noreply@github.com>2019-07-26 07:22:19 +0100
commit03db9669a6fc712e9537201d55639287eb606765 (patch)
treef59c428a7014f8c2eb0e18e046b3d3ac98cff418
parent34f24f248033d6418da82f12b3872d5f5401a310 (diff)
parentf870de5eaee23912057bf9be6de66512a3c90679 (diff)
Merge pull request #111 from NixOS/cleanup-swanky
toshiba/swanky: switch to default kernels
-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" ];