Enable exfat support on gwyn

This commit is contained in:
Andreas Zweili 2023-08-07 08:59:44 +02:00
parent 4549775ffb
commit c5347f46ef
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
# Required to build aarch64 packages
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot = {
supportedFilesystems = [ "apfs" "ext4" "nfs" "nfs4" "ntfs" "cifs" ];
supportedFilesystems = [ "apfs" "exfat" "ext4" "nfs" "nfs4" "ntfs" "cifs" ];
};
fileSystems."/" = {