Add exfat fs support
This commit is contained in:
parent
3f09454f83
commit
28060f5ed6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue