From 1220da3f4e70f5cc6760536afb3059364c52f6a1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 10 Aug 2025 19:18:40 +0200 Subject: ... --- system-profiles/bcachefs.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix index ebb14b62..6090c56d 100644 --- a/system-profiles/bcachefs.nix +++ b/system-profiles/bcachefs.nix @@ -2,15 +2,5 @@ config = { boot.supportedFilesystems.bcachefs = true; environment.systemPackages = with pkgs; [ bcachefs-tools ]; - - boot.kernelPatches = [ - { - name = "bcachefs-casefold-fix"; - patch = null; - extraStructuredConfig = with lib.kernel; { - UNICODE = lib.mkOverride 90 no; - }; - } - ]; }; } -- cgit v1.2.3