Disable hibernation to prevent ZFS data loss

This commit is contained in:
coolneng 2022-06-09 19:02:07 +02:00
parent 44cbc50d57
commit c036f51c91
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -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 ];