From cdef8cb27f98fc89c64ad149b8ce51b6f20404cc Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 19 Jan 2025 22:36:56 +0530 Subject: cez: switch to lts kernel screen flickers and then turn off after s3 leep on stable kernel --- os/cez/hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os/cez/hardware-configuration.nix b/os/cez/hardware-configuration.nix index 9c44303..804ac8d 100644 --- a/os/cez/hardware-configuration.nix +++ b/os/cez/hardware-configuration.nix @@ -1,4 +1,4 @@ -{ modulesPath, nixos-hardware, config, ... }: +{ modulesPath, nixos-hardware, config, pkgs, lib, ... }: { imports = [ @@ -16,6 +16,7 @@ }]; boot = { + kernelPackages = lib.mkForce pkgs.linuxPackages; loader.systemd-boot.enable = true; blacklistedKernelModules = [ "k10temp" ]; extraModulePackages = with config.boot.kernelPackages; [ zenpower ]; -- cgit v1.2.3