diff options
Diffstat (limited to 'hosts/prometheus')
| -rw-r--r-- | hosts/prometheus/default.nix | 2 |
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; }; }; |
