summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-08-09 17:18:03 +0200
committerAlan Pearce2023-08-09 19:22:26 +0200
commit6da36f9d0a4bd300952bd181db72b7e6a224e92d (patch)
treec1100e8e9e29bbffea8f87ff0825bcf0d45bf92f /system/prefect.nix
parent6011c5dd456c90d5cb1f0b50aeff155792921fec (diff)
downloadnixfiles-6da36f9d0a4bd300952bd181db72b7e6a224e92d.tar.lz
nixfiles-6da36f9d0a4bd300952bd181db72b7e6a224e92d.tar.zst
nixfiles-6da36f9d0a4bd300952bd181db72b7e6a224e92d.zip
prefect: switch to xanmod kernel
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index a2db6547..0078dca4 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -37,7 +37,7 @@
     Option "DPMS"
   '';
 
-  boot.kernelPackages = pkgs.linuxPackages_zen;
+  boot.kernelPackages = pkgs.linuxPackages_xanmod;
   boot.extraModulePackages = with config.boot.kernelPackages; [
     zenpower
   ];