From 6633c4cb72a4e5bd469615b0a46b07d2437b4c6f Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 28 May 2024 19:38:33 -0400 Subject: [PATCH] test --- systems/jeeves/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index 5ffaf68..56fe767 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -126,8 +126,7 @@ }; }; timers."snapshot_manager" = { - description = "ZFS Snapshot Manager"; - service = "snapshot_manager"; + wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "15m"; OnUnitActiveSec = "15m";