From 929cfbf0d4620892e6ad1231c32c9c7b8c9265c4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 25 Dec 2025 19:30:17 +0100 Subject: ... --- system-profiles/bcachefs.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'system-profiles/bcachefs.nix') diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix index be12bf20..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; - structuredExtraConfig = with lib.kernel; { - UNICODE = lib.mkOverride 90 no; - }; - } - ]; }; } -- cgit v1.2.3