From dfafdbbe348e2322c016f779fceb7adb726f1705 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 21 May 2026 16:08:38 -0700 Subject: Forcibly import zpool after install --- hosts/prometheus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/prometheus/default.nix b/hosts/prometheus/default.nix index 9ae39fa..9390d43 100644 --- a/hosts/prometheus/default.nix +++ b/hosts/prometheus/default.nix @@ -24,7 +24,7 @@ }; supportedFilesystems = [ "zfs" ]; zfs = { - forceImportRoot = false; + forceImportRoot = true; package = pkgs.master.zfs_2_4; }; }; -- cgit v1.3.1