diff options
author | Alan Pearce | 2022-06-11 16:12:56 +0200 |
---|---|---|
committer | Alan Pearce | 2022-06-12 17:19:26 +0200 |
commit | 33c820c4216c06f66251f76a826c66367f6eb6e5 (patch) | |
tree | 2795da2e809e994e5ce29874df1039bbcf0df053 /system | |
parent | 68effc97c12ef83c08f278e49280c280b57bec0d (diff) | |
download | nixfiles-33c820c4216c06f66251f76a826c66367f6eb6e5.tar.lz nixfiles-33c820c4216c06f66251f76a826c66367f6eb6e5.tar.zst nixfiles-33c820c4216c06f66251f76a826c66367f6eb6e5.zip |
prefect: use stable -zen kernel
Diffstat (limited to 'system')
-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 fafd228a..2b8cfb8e 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -45,7 +45,7 @@ boot.loader.timeout = 3; boot.loader.grub.default = 2; # Default to Windows - boot.kernelPackages = (import <nixos-unstable> { config = config.nixpkgs.config; }).linuxPackages_zen; + boot.kernelPackages = pkgs.linuxPackages_zen; boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ]; |