From c2398564a6173e2aaf77f5fab6d559b90dc026ad Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 18 Jul 2025 10:51:30 +0200 Subject: ... --- system-profiles/bcachefs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles') diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix index cd2fad62..ebb14b62 100644 --- a/system-profiles/bcachefs.nix +++ b/system-profiles/bcachefs.nix @@ -8,7 +8,7 @@ name = "bcachefs-casefold-fix"; patch = null; extraStructuredConfig = with lib.kernel; { - UNICODE = lib.mkForce no; + UNICODE = lib.mkOverride 90 no; }; } ]; -- cgit v1.2.3