switch back to latest stable kernel in hope for less (but still) WLAN issues

This commit is contained in:
Trolli Schmittlauch 2019-06-18 17:00:59 +02:00
parent 7ef8f0d18c
commit 5c585e6fc3

View file

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