From 9b3225b43957e4ec3039685d7dba244fd46de5cc Mon Sep 17 00:00:00 2001 From: tdback Date: Sat, 15 Mar 2025 18:00:17 -0400 Subject: modules: add commentary --- modules/profiles/fstrim/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/profiles/fstrim/default.nix') diff --git a/modules/profiles/fstrim/default.nix b/modules/profiles/fstrim/default.nix index c49c570..ed9eb23 100644 --- a/modules/profiles/fstrim/default.nix +++ b/modules/profiles/fstrim/default.nix @@ -1,3 +1,7 @@ +# modules/profiles/fstrim/default.nix +# +# Routinely discard unused blocks in the filesystem on supported SSDs. + { services.fstrim = { enable = true; -- cgit v1.2.3