Fstrim : Enable fs trimming service.

This commit is contained in:
Dmitry Voronin 2024-08-23 05:07:17 +03:00
parent 318f2d3241
commit 8870a3ca9a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

3
module/Fstrim.nix Normal file
View file

@ -0,0 +1,3 @@
{ ... }: {
services.fstrim.enable = true;
}