framenix: switch to LTS kernel

Hopefully the hardware is old enough now to work with LTS kernels. This
way we avoid build failures with 3rd party kernel modules (e.g.
virtualbox) that are not adapted yet.
This commit is contained in:
Trolli Schmittlauch 2025-05-31 18:23:07 +02:00
parent afddb44d9c
commit 718ca8c60b

View file

@ -23,9 +23,6 @@ in
# override tmpdir for daemon
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
# try newer kernels
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [
# powersave
"amd_pstate=active"