switch back to kernel 4.19 due to intel graphics issues
This commit is contained in:
parent
06e7aad259
commit
5344c5e83f
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ in
|
||||||
# try newer kernels
|
# try newer kernels
|
||||||
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
#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.fstrim.enable = true;
|
||||||
services.btrfs.autoScrub =
|
services.btrfs.autoScrub =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue