Move bcak to the latest kernel on framework laptop

This commit is contained in:
albert 2024-12-13 19:01:32 +01:00
parent 078d82aa1d
commit c264c45395
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -31,7 +31,7 @@
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "boot.shell_on_fail" ];
# boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
boot.kernelPackages = pkgs.linuxPackages-rt_latest;
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.useDHCP = lib.mkDefault true;
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";