diff --git a/osConfigs/global/other.nix b/osConfigs/global/other.nix index f8c6e76..2cab361 100644 --- a/osConfigs/global/other.nix +++ b/osConfigs/global/other.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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 }