fix zfs on dell-laptop
This commit is contained in:
parent
ca3abc45f3
commit
f7f371f106
@ -3,7 +3,7 @@ let
|
|||||||
zfs_arc_max = toString (2 * 1024 * 1024 * 1024);
|
zfs_arc_max = toString (2 * 1024 * 1024 * 1024);
|
||||||
in {
|
in {
|
||||||
boot = {
|
boot = {
|
||||||
zfs.enableUnstable = false; # For now, unstable zfs will downgrade kernel
|
zfs.enableUnstable = true;
|
||||||
kernelPackages = pkgs.linuxPackages_lqx;
|
kernelPackages = pkgs.linuxPackages_lqx;
|
||||||
|
|
||||||
initrd = {
|
initrd = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user