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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue