nohibernate

This commit is contained in:
Sean Buckley 2022-11-21 14:04:04 -05:00
parent 435f35a7a1
commit d3fe095317

View file

@ -7,8 +7,12 @@
boot = {
zfs.forceImportRoot = false;
kernelParams = [ "amdgpu.gpu_recovery=1" "panic=30" ];
initrd.availableKernelModules = [ "nvme" ]; # is this still needed?
kernelParams = [
"amdgpu.gpu_recovery=1"
"nohibernate"
"panic=99"
];
};
nixpkgs.config.allowUnfree = true;