From cb4f74182eed56862c12e89d386067da766bfe23 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 8 Jun 2023 21:34:28 +0200 Subject: [PATCH] no trim/scrub on daily computer --- systems/PC-Fixe/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/PC-Fixe/configuration.nix b/systems/PC-Fixe/configuration.nix index 282adba..02de5ce 100644 --- a/systems/PC-Fixe/configuration.nix +++ b/systems/PC-Fixe/configuration.nix @@ -36,11 +36,11 @@ services.zfs = { trim = { - enable = true; + enable = false; interval = "monthly"; }; autoScrub = { - enable = true; + enable = false; interval = "monthly"; }; autoSnapshot = {