mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add nvme module to baseline
This commit is contained in:
parent
135afae0d8
commit
2b82727230
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
zfs.forceImportAll = false;
|
||||
zfs.forceImportRoot = false;
|
||||
kernelParams = [ "amdgpu.gpu_recovery=1" "panic=30" ];
|
||||
initrd.availableKernelModules = [ "nvme" ];
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue