hosts/nixzusehn: switch back to LTS kernel due to virtualbox module compatibility
This commit is contained in:
parent
a529a88ab1
commit
cbdc07f3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ in
|
||||||
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
||||||
|
|
||||||
# try newer kernels
|
# try newer kernels
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
#boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
# powersave
|
# powersave
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue