summaryrefslogtreecommitdiffstats
path: root/nixos/modules/trim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/trim.nix')
-rw-r--r--nixos/modules/trim.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/trim.nix b/nixos/modules/trim.nix
new file mode 100644
index 0000000..84d7613
--- /dev/null
+++ b/nixos/modules/trim.nix
@@ -0,0 +1,3 @@
+{
+ services.fstrim.enable = true;
+}