From 1e6c9f709f0bc233f294c938c9ff57f166553557 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 13 Sep 2024 12:17:24 +0530 Subject: kay/hardware-configuration: enable fstrim --- os/kay/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/os/kay/hardware-configuration.nix b/os/kay/hardware-configuration.nix index 5e2efdf..705dc0c 100644 --- a/os/kay/hardware-configuration.nix +++ b/os/kay/hardware-configuration.nix @@ -21,6 +21,7 @@ ]; }; + services.fstrim.enable = true; fileSystems = { "/" = { device = "/dev/disk/by-uuid/2eeacf49-c51e-4229-bd4a-ae437014725f"; -- cgit v1.2.3