From 0928b8dfae4173b93d40668b5f6ed2fbe7368391 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 15 Sep 2024 14:07:48 -0400 Subject: [PATCH] added trim and autoScrub --- systems/bob/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systems/bob/default.nix b/systems/bob/default.nix index 407ef97..88d0108 100644 --- a/systems/bob/default.nix +++ b/systems/bob/default.nix @@ -93,6 +93,11 @@ fsWatcherEnabled = true; }; }; + + zfs = { + trim.enable = true; + autoScrub.enable = true; + }; }; system.stateVersion = "24.05";