From d144dabc980e2782800fd529b372a9b65b316656 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 22 May 2025 16:46:37 +0200 Subject: [PATCH] feat(ymir): disable fstrim, not needed. --- hosts/ymir/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 55a31c5..169dacd 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -72,9 +72,6 @@ options = "caps:escape"; }; - # Enable fstrim - services.fstrim.enable = true; - # Enable seatd services.seatd.enable = true;