modules.system.kernel: fix mount fat32

This commit is contained in:
2025-12-14 23:07:32 +08:00
parent 705c24347a
commit 36c5799364

View File

@@ -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" ]);