mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08: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:
@@ -13,9 +13,6 @@ in
|
|||||||
../../common/pc/laptop
|
../../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:
|
# Required for screen brightness control:
|
||||||
boot.kernelParams = [ "acpi_backlight=vendor" ];
|
boot.kernelParams = [ "acpi_backlight=vendor" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user