From 028c3ccbe0520275bd91b64171d031a524c77a39 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 10 Mar 2024 14:27:58 +0100 Subject: [PATCH] voyager: move zfs scrub to wednesday (it's too loud!) --- hosts/voyager/filesystems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/voyager/filesystems.nix b/hosts/voyager/filesystems.nix index 088ff16..bf4cac4 100644 --- a/hosts/voyager/filesystems.nix +++ b/hosts/voyager/filesystems.nix @@ -12,7 +12,7 @@ }; services.zfs.autoScrub = { enable = true; - interval = "Sun *-*-8..14 00:00:00"; + interval = "Wed *-*-8..14 00:00:00"; }; # Network mounts (import)