remove zfs.forceImportAll

It's the default now.
e0d51db401
This commit is contained in:
Sean Buckley 2022-10-09 03:13:06 -04:00
parent d19ce080a4
commit 0b9eefd347

View file

@ -6,7 +6,6 @@
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ]; i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];
boot = { boot = {
zfs.forceImportAll = false;
zfs.forceImportRoot = false; zfs.forceImportRoot = false;
kernelParams = [ "amdgpu.gpu_recovery=1" "panic=30" ]; kernelParams = [ "amdgpu.gpu_recovery=1" "panic=30" ];
initrd.availableKernelModules = [ "nvme" ]; # is this still needed? initrd.availableKernelModules = [ "nvme" ]; # is this still needed?