aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/prometheus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/prometheus/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
};
};