diff options
-rw-r--r-- | system/prefect.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 95e57419..ce1ad9cc 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -42,7 +42,7 @@ boot.loader.timeout = 3; boot.loader.grub.default = 2; # Default to Windows - boot.kernelPackages = (import <nixos-unstable> { config = config.nixpkgs.config; }).linuxPackages_5_10; + boot.kernelPackages = (import <nixos-unstable> { config = config.nixpkgs.config; }).linuxPackages_zen; boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ]; |