summaryrefslogtreecommitdiff
path: root/system-profiles/zfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/zfs.nix')
-rw-r--r--system-profiles/zfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/zfs.nix b/system-profiles/zfs.nix
index 29f08d04..a93dddd2 100644
--- a/system-profiles/zfs.nix
+++ b/system-profiles/zfs.nix
@@ -2,7 +2,7 @@
2 config = { 2 config = {
3 boot = { 3 boot = {
4 kernelPackages = pkgs.linuxPackages_6_12; 4 kernelPackages = pkgs.linuxPackages_6_12;
5 zfs.package = pkgs.zfs_unstable; 5 zfs.package = pkgs.zfs_2_3;
6 6
7 supportedFilesystems.zfs = true; 7 supportedFilesystems.zfs = true;
8 }; 8 };