mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 02:09:26 +08:00
modules.system.kernel: fix mount fat32
This commit is contained in:
@@ -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" ]);
|
||||
|
||||
Reference in New Issue
Block a user