From 36c57993644e9918d0d31fffef89e83f51b3fed4 Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Sun, 14 Dec 2025 23:07:32 +0800 Subject: [PATCH] modules.system.kernel: fix mount fat32 --- modules/system/kernel.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/kernel.nix b/modules/system/kernel.nix index b62d1ac0..3264e1f3 100644 --- a/modules/system/kernel.nix +++ b/modules/system/kernel.nix @@ -42,6 +42,8 @@ inputs: "ahci" "nvme" "igc" # tf card for pc "sdhci_pci" + # to mount some fat32 disk + "nls_ascii" ] # touchscreen for one ++ (inputs.lib.optionals (inputs.config.nixos.model.arch == "x86_64") [ "pinctrl-tigerlake" ]);