add more filesystems module

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-30 08:45:46 -06:00
parent e3461aba5c
commit f25a2e5dc6

View file

@ -0,0 +1,8 @@
{
boot.supportedFilesystems = [
"btrfs"
"bcachefs"
"exfat"
"ntfs"
];
}