From 3643add5823d3b6accecd5b6b36ac83bafbdfc10 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 18 Jul 2025 10:46:46 +0200 Subject: ... --- system-profiles/bcachefs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix index ddddcc93..41357a2e 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 = no; + UNICODE = lib.mkOverride 900 no; }; } ]; -- cgit v1.2.3