chore: downgrade to LTS kernel

latest kernel increases idle CPU freq abnormally
This commit is contained in:
Leon Schwarzäugl 2025-03-25 02:34:29 +01:00
parent 9fe7813916
commit e679461ef3
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ self, inputs, pkgs, lib, primaryUser, ... }:
{ self, inputs, lib, primaryUser, ... }:
let
secretsDirectory = builtins.toString inputs.nix-secrets;
profilesPath = "${self}/profiles";
@ -39,7 +39,7 @@ in
boot = {
supportedFilesystems = [ "btrfs" ];
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
# kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
kernelParams = [
"resume_offset=533760"
];