use latest kernel with unstable zfs
This commit is contained in:
parent
dc83f9ee27
commit
532a40162b
@ -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" ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user