mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
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
1 changed files with 0 additions and 3 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue