diff --git a/services/watchtower.nix b/services/watchtower.nix index 955ea85..dd83675 100644 --- a/services/watchtower.nix +++ b/services/watchtower.nix @@ -11,7 +11,7 @@ ]; environment = { WATCHTOWER_CLEANUP = "true"; - WATCHTOWER_INCLUDE_RESTARTING = "true"; + WATCHTOWER_INCLUDE_STOPPED = "true"; }; }; };