From 44794e2c3ddd195fbd6e841cd9ec16a2f27e6e34 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 19 Jan 2023 19:46:45 +0100 Subject: [PATCH] Enable fstrim --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 473f9d8..fdc034f 100644 --- a/flake.nix +++ b/flake.nix @@ -107,6 +107,7 @@ unstable = { from = { id = "unstable"; type = "indirect"; }; flake = nixpkgs-u; }; }; }; + services.fstrim.enable = true; } # Home manager configuration