summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2021-01-12 17:09:14 +0100
committerAlan Pearce2021-01-12 17:09:14 +0100
commitbc017665a6baf52e6ace5ff4ee3ee1c81f6222db (patch)
tree090ef2aa1b0e2550b2e11ecf69cbff4d0817b6f4 /system
parente3f314b6ae34933d7aac7ffa6656f9652c0f52a6 (diff)
downloadnixfiles-bc017665a6baf52e6ace5ff4ee3ee1c81f6222db.tar.lz
nixfiles-bc017665a6baf52e6ace5ff4ee3ee1c81f6222db.tar.zst
nixfiles-bc017665a6baf52e6ace5ff4ee3ee1c81f6222db.zip
prefect: use linux-zen instead of vanilla 5.10
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix2
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
   ];