This commit is contained in:
Shelvacu
2025-06-16 13:46:53 -07:00
committed by Shelvacu on fw
parent f56ffe01a9
commit 38e60c5730

View File

@@ -86,7 +86,10 @@
boot.kernelPackages = pkgs.linuxPackages_6_12;
# zfs can break with hibernate but takes no steps to warn/prevent this >:(
boot.kernelParams = [ "nohibernate" ];
boot.kernelParams = [
"nohibernate"
"panic=10" #on panic, reboot after 10s
];
boot.supportedFilesystems = [
"zfs" # needed to mount trip zfs pool
# nice to have for mounting disk images