summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-07-18 10:51:30 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-07-18 10:51:30 +0200
commitc2398564a6173e2aaf77f5fab6d559b90dc026ad (patch)
tree46e5a9ec6378a4b6ab57c01df401ced566ec6156 /system-profiles
parentd82fa887866192282b0ce6f733e3391430377ede (diff)
downloadnixos-c2398564a6173e2aaf77f5fab6d559b90dc026ad.tar
nixos-c2398564a6173e2aaf77f5fab6d559b90dc026ad.tar.gz
nixos-c2398564a6173e2aaf77f5fab6d559b90dc026ad.tar.bz2
nixos-c2398564a6173e2aaf77f5fab6d559b90dc026ad.tar.xz
nixos-c2398564a6173e2aaf77f5fab6d559b90dc026ad.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 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 ];