use latest kernel with unstable zfs

This commit is contained in:
Dmitriy Kholkin 2024-12-28 11:35:20 +03:00
parent dc83f9ee27
commit 532a40162b
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -3,8 +3,8 @@ let
zfs_arc_max = toString (6 * 1024 * 1024 * 1024);
in {
boot = {
zfs.package = pkgs.zfs_cachyos;
kernelPackages = pkgs.linuxPackages_cachyos;
zfs.package = pkgs.zfs_unstable;
kernelPackages = pkgs.linuxPackages_xanmod_latest;
initrd = {
supportedFilesystems = [ "zfs" ];