enable fstrim service to trim disksk weekly

This commit is contained in:
2026-03-31 17:09:13 +02:00
parent b6bea84f8b
commit 7972ab111c

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 01:43:46 by tomoron #+# #+# #
# Updated: 2025/09/06 00:51:46 by tomoron ### ########.fr #
# Updated: 2026/03/31 17:00:29 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -32,4 +32,6 @@
hardware.logitech.wireless.enable = true;
hardware.logitech.wireless.enableGraphical = true;
services.fstrim.enable = true; # trims all the ssds on the machine every week
}