switch to latest linux kernel

this required an (intermediate) switch to fuse-exfat
This commit is contained in:
Trolli Schmittlauch 2019-01-09 12:16:33 +01:00
parent 7ed6ed628b
commit dd4a60b304

View file

@ -32,6 +32,9 @@ in {
boot.tmpOnTmpfs = true; boot.tmpOnTmpfs = true;
fileSystems."/tmp".fsType = "tmpfs"; fileSystems."/tmp".fsType = "tmpfs";
# try newer kernels
boot.kernelPackages = pkgs.linuxPackages_latest;
services.fstrim.enable = true; services.fstrim.enable = true;
services.btrfs.autoScrub = services.btrfs.autoScrub =
{ enable = true; { enable = true;
@ -39,7 +42,7 @@ in {
}; };
# exfat support # exfat support
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ]; #boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
zramSwap = zramSwap =
{ enable = true; { enable = true;