Add exfat fs support

This commit is contained in:
GHOSCHT 2023-11-18 18:02:39 +01:00
parent 3f09454f83
commit 28060f5ed6

View file

@ -16,7 +16,7 @@
extraGroups = ["wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" "i2c" "tty" "dialout"];
};
boot.supportedFilesystems = ["ntfs"];
boot.supportedFilesystems = ["ntfs" "exfat"];
# Set default shell -> move to module
users.defaultUserShell = pkgs.fish;