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:
parent
afddb44d9c
commit
718ca8c60b
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue