switch back to linux LTS due to dm-crypt data loss bug

This commit is contained in:
Trolli Schmittlauch 2019-06-07 15:35:40 +02:00
parent 884c2b0dbf
commit 23ab3552e8

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 =