From 0b9eefd3471ae0e881482e1f9064c580144b5e89 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 9 Oct 2022 03:13:06 -0400 Subject: [PATCH] remove zfs.forceImportAll It's the default now. https://github.com/NixOS/nixpkgs/commit/e0d51db401a64b7e69f10bde7221c1d27bed29dc --- modules/baseline.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/baseline.nix b/modules/baseline.nix index ba03587..0dbb69e 100644 --- a/modules/baseline.nix +++ b/modules/baseline.nix @@ -6,7 +6,6 @@ i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ]; boot = { - zfs.forceImportAll = false; zfs.forceImportRoot = false; kernelParams = [ "amdgpu.gpu_recovery=1" "panic=30" ]; initrd.availableKernelModules = [ "nvme" ]; # is this still needed?