hosts/framenix: switch to latest linux kernel
virtualbox modules have been fixed with linux_6_10; kernel 6_9 has been removed
This commit is contained in:
parent
8363b8afb7
commit
c70ecdf6f5
|
@ -27,7 +27,7 @@ in
|
|||
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
||||
|
||||
# try newer kernels
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_8; # FIXME: virtualbox not yet compatible with 6.9
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.kernelParams = [
|
||||
# powersave
|
||||
|
|
Loading…
Reference in a new issue