Enable /boot partition.
This commit is contained in:
@@ -50,10 +50,13 @@
|
||||
};
|
||||
|
||||
config = lib.mkMerge [
|
||||
{
|
||||
boot.zfs.package = pkgs.zfs_unstable;
|
||||
}
|
||||
(lib.mkIf (!config.me.optimizations.enable) (
|
||||
lib.mkMerge [
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_16;
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_17;
|
||||
}
|
||||
]
|
||||
))
|
||||
@@ -92,7 +95,7 @@
|
||||
HZ = lib.kernel.freeform "300";
|
||||
HZ_300 = lib.kernel.yes;
|
||||
HZ_1000 = lib.kernel.no;
|
||||
} prev.linux_6_16;
|
||||
} prev.linux_6_17;
|
||||
}
|
||||
)
|
||||
(final: prev: {
|
||||
|
||||
Reference in New Issue
Block a user