set default lts kernel on server, latest kernel broken with zfs

This commit is contained in:
2025-01-29 01:49:28 +01:00
parent 36b3527e65
commit 647ab5ff54
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
modules/vboxHost.nix
modules/nvidia.nix
];
boot.kernelPackages = pkgs.linuxPackages;
boot.extraModulePackages = with config.boot.kernelPackages; [gasket];
networking.hostName = "server";