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