diff options
Diffstat (limited to 'system-profiles/bcachefs.nix')
-rw-r--r-- | system-profiles/bcachefs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
8 | name = "bcachefs-casefold-fix"; | 8 | name = "bcachefs-casefold-fix"; |
9 | patch = null; | 9 | patch = null; |
10 | extraStructuredConfig = with lib.kernel; { | 10 | extraStructuredConfig = with lib.kernel; { |
11 | UNICODE = lib.mkForce no; | 11 | UNICODE = lib.mkOverride 90 no; |
12 | }; | 12 | }; |
13 | } | 13 | } |
14 | ]; | 14 | ]; |