Disable hibernation to prevent ZFS data loss
This commit is contained in:
parent
44cbc50d57
commit
c036f51c91
|
@ -13,6 +13,7 @@ in {
|
|||
"zfs.zfs_arc_meta_limit_percent=90"
|
||||
"i915.i915_enable_fbc=1"
|
||||
"workqueue.power_efficient=y"
|
||||
"nohibernate"
|
||||
];
|
||||
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
|
||||
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
|
|
Loading…
Reference in New Issue