exfat support
This commit is contained in:
parent
104ac1fc05
commit
b6e35ac70b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue