1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-03 03:23:35 +02:00

dell/xps/13-7390: wifi fixes

This commit is contained in:
Jörg Thalheim 2020-06-23 20:11:11 +01:00
parent a78b8b6476
commit 5faf94b86f
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -9,5 +9,9 @@
boot.kernelParams = [ "mem_sleep_default=deep" ];
# older version break wifi:
# - https://github.com/NixOS/nixos-hardware/issues/173
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.6") pkgs.linuxPackages_latest;
services.thermald.enable = true;
}