add nvme module to baseline

This commit is contained in:
Sean Buckley 2021-04-05 17:19:47 -04:00
parent 135afae0d8
commit 2b82727230

View file

@ -6,6 +6,7 @@
zfs.forceImportAll = false;
zfs.forceImportRoot = false;
kernelParams = [ "amdgpu.gpu_recovery=1" "panic=30" ];
initrd.availableKernelModules = [ "nvme" ];
};
nixpkgs.config.allowUnfree = true;