From 5344c5e83f418c11f831fba22d22d8f0afadba51 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 28 May 2021 21:09:32 +0200 Subject: [PATCH] switch back to kernel 4.19 due to intel graphics issues --- nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index d0a105a..9447a13 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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 = {