summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Chevalier <perso@denischevalier.fr>2026-08-05 08:50:14 +0200
committerDenis Chevalier <perso@denischevalier.fr>2026-08-05 08:50:14 +0200
commit1cc8988e4499200edce5db7df4c0643fb2a66df9 (patch)
tree82b2504d71f906bad663be70858521505964c8d3
parent7213d6b9c1b2a82d5ce3af0386bccb67ff037d18 (diff)
downloadpostinstall-1cc8988e4499200edce5db7df4c0643fb2a66df9.tar.gz
postinstall-1cc8988e4499200edce5db7df4c0643fb2a66df9.tar.bz2
postinstall-1cc8988e4499200edce5db7df4c0643fb2a66df9.zip
add fstrim timer
-rwxr-xr-xetc.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc.bash b/etc.bash
index 53e6186..3cbf8da 100755
--- a/etc.bash
+++ b/etc.bash
@@ -11,3 +11,6 @@ sudo ufw default allow outgoing
sudo ufw allow ssh
sudo ufw enable
sudo systemctl enable --now ufw
+
+# fs trim
+sudo systemctl enable --now fstrim.timer