From 218ac55d86ee49d151c0ba2dfbca6da104c66703 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 25 Aug 2025 14:19:52 +0200 Subject: ... --- system-profiles/bcachefs.nix | 10 ++++++++++ system-profiles/initrd-all-crypto-modules.nix | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'system-profiles') diff --git a/system-profiles/bcachefs.nix b/system-profiles/bcachefs.nix index 6090c56d..be12bf20 100644 --- a/system-profiles/bcachefs.nix +++ b/system-profiles/bcachefs.nix @@ -2,5 +2,15 @@ config = { boot.supportedFilesystems.bcachefs = true; environment.systemPackages = with pkgs; [ bcachefs-tools ]; + + boot.kernelPatches = [ + { + name = "bcachefs-casefold-fix"; + patch = null; + structuredExtraConfig = with lib.kernel; { + UNICODE = lib.mkOverride 90 no; + }; + } + ]; }; } diff --git a/system-profiles/initrd-all-crypto-modules.nix b/system-profiles/initrd-all-crypto-modules.nix index 45cd4b74..da6c781e 100644 --- a/system-profiles/initrd-all-crypto-modules.nix +++ b/system-profiles/initrd-all-crypto-modules.nix @@ -18,7 +18,7 @@ in { { name = "encrypted_key"; patch = null; - extraStructuredConfig.ENCRYPTED_KEYS = lib.kernel.yes; + structuredExtraConfig.ENCRYPTED_KEYS = lib.kernel.yes; } ]; } -- cgit v1.2.3