From 2c0468d049c715b43e8ebca2ac276a7cbb433e7e Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 29 Dec 2023 00:17:27 -0500 Subject: [PATCH] Add auto trimming and scrubbing to palatine-hill Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index 4db5c88..32bc89f 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -48,6 +48,10 @@ openssh.ports = [ 666 ]; smartd.enable = true; + zfs = { + trim.enable = true; + autoscrub.enable = true; + }; }; networking.firewall.enable = false;