framenix: pin to kernel 6.8 due to virtualbox
This commit is contained in:
parent
87497ea65b
commit
5e7a41ab47
|
@ -26,7 +26,7 @@ in
|
|||
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
||||
|
||||
# try newer kernels
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_8; # FIXME: virtualbox not yet compatible with 6.9
|
||||
|
||||
boot.kernelParams = [
|
||||
# powersave
|
||||
|
|
Loading…
Reference in a new issue