mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
comments
This commit is contained in:
parent
4dfbddf8bb
commit
7d65ed786b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
zfs.forceImportRoot = false;
|
zfs.forceImportRoot = false;
|
||||||
initrd.availableKernelModules = [ "nvme" ]; # is this still needed?
|
initrd.availableKernelModules = [ "nvme" ];
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"amdgpu.gpu_recovery=1"
|
"amdgpu.gpu_recovery=1"
|
||||||
"nohibernate"
|
"nohibernate"
|
||||||
|
|
Loading…
Reference in a new issue