From 3e34fbebe1fdf29ebbe549b082a7eaee3d642108 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 29 Nov 2023 19:56:51 +0100 Subject: [PATCH] feat(patches): Use stable version of zfs --- patches/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patches/default.nix b/patches/default.nix index 4c6e881..39b2e6e 100644 --- a/patches/default.nix +++ b/patches/default.nix @@ -1,4 +1,9 @@ { + "nixos-23.11" = [ + # [Backport release-23.11] zfs_2_1: init at 2.1.13 + { id = 270117; hash = "sha256-ot80XDtxDvPM0kW2gEeAs/z22jjkGOHog4Ue/JQEnZ8="; } + ]; + "nixos-23.05" = [ # plausible: fix admin user password seed and SMTP passwords {