summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-07-18 10:50:44 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-07-18 10:50:44 +0200
commitd82fa887866192282b0ce6f733e3391430377ede (patch)
tree16f6c3c2b8b9a309085f07982a053a06a728a544 /system-profiles
parent3643add5823d3b6accecd5b6b36ac83bafbdfc10 (diff)
downloadnixos-d82fa887866192282b0ce6f733e3391430377ede.tar
nixos-d82fa887866192282b0ce6f733e3391430377ede.tar.gz
nixos-d82fa887866192282b0ce6f733e3391430377ede.tar.bz2
nixos-d82fa887866192282b0ce6f733e3391430377ede.tar.xz
nixos-d82fa887866192282b0ce6f733e3391430377ede.zip
...
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/bcachefs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix
index 41357a2e..cd2fad62 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.mkOverride 900 no; 11 UNICODE = lib.mkForce no;
12 }; 12 };
13 } 13 }
14 ]; 14 ];