aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/ginaz/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix
index d33eda9..ff1f559 100644
--- a/hosts/ginaz/default.nix
+++ b/hosts/ginaz/default.nix
@@ -11,7 +11,10 @@
timeout = 3;
};
supportedFilesystems = [ "zfs" ];
- zfs.package = pkgs.zfs_2_4;
+ zfs = {
+ forceImportRoot = false;
+ package = pkgs.zfs_2_4;
+ };
};
environment.systemPackages = [