stuff
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user