feat: add supported filesystems - ntfs/fat/...

This commit is contained in:
ryan4yin
2023-05-25 00:34:58 +08:00
parent 89653cabe4
commit 4511f834af

View File

@@ -29,6 +29,15 @@
# Enable binfmt emulation of aarch64-linux, this is required for cross compilation.
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# supported fil systems, so we can mount any removable disks with these filesystems
boot.supportedFilesystems = [
"ext4"
"btrfs"
"xfs"
#"zfs"
"ntfs"
"fat" "vfat" "exfat"
];
# Bootloader.
boot.loader = {