Fstrim : Enable fs trimming service.
This commit is contained in:
parent
318f2d3241
commit
8870a3ca9a
3
module/Fstrim.nix
Normal file
3
module/Fstrim.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
services.fstrim.enable = true;
|
||||
}
|
Loading…
Reference in a new issue