aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/fangorn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/fangorn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/fangorn/default.nix b/hosts/fangorn/default.nix
index 2900f0c..ae58c24 100644
--- a/hosts/fangorn/default.nix
+++ b/hosts/fangorn/default.nix
@@ -12,7 +12,7 @@
supportedFilesystems = [ "zfs" ];
zfs = {
devNodes = "/dev/disk/by-label";
- package = pkgs.zfs_unstable;
+ package = pkgs.zfs_2_4;
};
};