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";