mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
nohibernate
This commit is contained in:
parent
435f35a7a1
commit
d3fe095317
1 changed files with 5 additions and 1 deletions
|
@ -7,8 +7,12 @@
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
zfs.forceImportRoot = false;
|
zfs.forceImportRoot = false;
|
||||||
kernelParams = [ "amdgpu.gpu_recovery=1" "panic=30" ];
|
|
||||||
initrd.availableKernelModules = [ "nvme" ]; # is this still needed?
|
initrd.availableKernelModules = [ "nvme" ]; # is this still needed?
|
||||||
|
kernelParams = [
|
||||||
|
"amdgpu.gpu_recovery=1"
|
||||||
|
"nohibernate"
|
||||||
|
"panic=99"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in a new issue