aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/neptune/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/neptune/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/neptune/default.nix b/hosts/neptune/default.nix
index ba60cc9..d19d4b8 100644
--- a/hosts/neptune/default.nix
+++ b/hosts/neptune/default.nix
@@ -16,6 +16,7 @@
supportedFilesystems = [ "zfs" ];
zfs = {
devNodes = "/dev/disk/by-label";
+ forceImportRoot = false;
package = pkgs.zfs_2_4;
};
};