From 218ac55d86ee49d151c0ba2dfbca6da104c66703 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 25 Aug 2025 14:19:52 +0200 Subject: ... --- system-profiles/bcachefs.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'system-profiles/bcachefs.nix') diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix index 6090c56d..be12bf20 100644 --- a/system-profiles/bcachefs.nix +++ b/system-profiles/bcachefs.nix @@ -2,5 +2,15 @@ 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