diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-10 19:18:40 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-10 19:18:40 +0200 |
commit | 1220da3f4e70f5cc6760536afb3059364c52f6a1 (patch) | |
tree | bad59c1da0d687ebc6011afd1afc9c7d4edac55b | |
parent | 7c1869afb012a9c18918b36ec91e26a248a53bc5 (diff) | |
download | nixos-1220da3f4e70f5cc6760536afb3059364c52f6a1.tar nixos-1220da3f4e70f5cc6760536afb3059364c52f6a1.tar.gz nixos-1220da3f4e70f5cc6760536afb3059364c52f6a1.tar.bz2 nixos-1220da3f4e70f5cc6760536afb3059364c52f6a1.tar.xz nixos-1220da3f4e70f5cc6760536afb3059364c52f6a1.zip |
...flakes
-rw-r--r-- | system-profiles/bcachefs.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix index ebb14b62..6090c56d 100644 --- a/system-profiles/bcachefs.nix +++ b/system-profiles/bcachefs.nix | |||
@@ -2,15 +2,5 @@ | |||
2 | config = { | 2 | config = { |
3 | boot.supportedFilesystems.bcachefs = true; | 3 | boot.supportedFilesystems.bcachefs = true; |
4 | environment.systemPackages = with pkgs; [ bcachefs-tools ]; | 4 | environment.systemPackages = with pkgs; [ bcachefs-tools ]; |
5 | |||
6 | boot.kernelPatches = [ | ||
7 | { | ||
8 | name = "bcachefs-casefold-fix"; | ||
9 | patch = null; | ||
10 | extraStructuredConfig = with lib.kernel; { | ||
11 | UNICODE = lib.mkOverride 90 no; | ||
12 | }; | ||
13 | } | ||
14 | ]; | ||
15 | }; | 5 | }; |
16 | } | 6 | } |