switch to latest kernel for fixing WLAN card firmware issues

This commit is contained in:
Trolli Schmittlauch 2019-05-18 15:51:25 +02:00
parent ea6d4ba37e
commit 884c2b0dbf

View file

@ -33,7 +33,7 @@ in {
fileSystems."/tmp".fsType = "tmpfs";
# try newer kernels
#boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_latest;
services.fstrim.enable = true;
services.btrfs.autoScrub =