switch to latest linux kernel
this required an (intermediate) switch to fuse-exfat
This commit is contained in:
parent
7ed6ed628b
commit
dd4a60b304
|
@ -32,6 +32,9 @@ in {
|
|||
boot.tmpOnTmpfs = true;
|
||||
fileSystems."/tmp".fsType = "tmpfs";
|
||||
|
||||
# try newer kernels
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
services.fstrim.enable = true;
|
||||
services.btrfs.autoScrub =
|
||||
{ enable = true;
|
||||
|
@ -39,7 +42,7 @@ in {
|
|||
};
|
||||
|
||||
# exfat support
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
||||
#boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
||||
|
||||
zramSwap =
|
||||
{ enable = true;
|
||||
|
|
Loading…
Reference in a new issue