fix zfs on dell-laptop

This commit is contained in:
Dmitriy Kholkin 2024-02-06 23:58:35 +03:00
parent ca3abc45f3
commit f7f371f106
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -3,7 +3,7 @@ let
zfs_arc_max = toString (2 * 1024 * 1024 * 1024);
in {
boot = {
zfs.enableUnstable = false; # For now, unstable zfs will downgrade kernel
zfs.enableUnstable = true;
kernelPackages = pkgs.linuxPackages_lqx;
initrd = {