exfat support

This commit is contained in:
Trolli Schmittlauch 2018-10-13 19:58:56 +02:00
parent 104ac1fc05
commit b6e35ac70b

View file

@ -30,6 +30,8 @@ in {
fileSystems."/tmp".fsType = "tmpfs"; fileSystems."/tmp".fsType = "tmpfs";
services.fstrim.enable = true; services.fstrim.enable = true;
# exfat support
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
# powermanagement # powermanagement
services.tlp = services.tlp =