Add comment about SSDs

This commit is contained in:
Thomas Dehaeze 2020-11-16 13:48:44 +01:00
parent 565ab0d8b5
commit 6ea4bf277d

View File

@ -1683,6 +1683,16 @@ for file in ./*; do
command ${file};
done
#+end_src
* Enable TRIM (SSD only)
#+begin_src bash
sudo systemctl enable --now fstrim.timer
#+end_src
* Set the fastest mirror for Pacman
#+begin_src bash
sudo pacman-mirrors --fasttrack
#+end_src
* Some notes - Systemd
To improve the startup time.