mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
moved off zen kernel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot = {
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
|
||||
kernelPackages = pkgs.linuxPackages_6_11;
|
||||
zfs.package = pkgs.zfs_unstable;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user