exfat support
This commit is contained in:
parent
104ac1fc05
commit
b6e35ac70b
|
@ -30,6 +30,8 @@ in {
|
|||
fileSystems."/tmp".fsType = "tmpfs";
|
||||
|
||||
services.fstrim.enable = true;
|
||||
# exfat support
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
||||
|
||||
# powermanagement
|
||||
services.tlp =
|
||||
|
|
Loading…
Reference in a new issue