switch back to kernel 4.19 due to intel graphics issues

flake-conversion
Trolli Schmittlauch 2021-05-28 21:09:32 +02:00
parent 06e7aad259
commit 5344c5e83f
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ in
# try newer kernels
#boot.kernelPackages = pkgs.linuxPackages_latest;
# use old kernel because 5.4 and 5.5 might be buggy with intel graphics
boot.kernelPackages = pkgs.linuxPackages_4_19;
services.fstrim.enable = true;
services.btrfs.autoScrub =
{