From 5497d30b025458f597733bec43d68158ea7249b5 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 17 Mar 2023 11:22:50 +0100 Subject: [PATCH] podman: Remove watchtower --- system/nixos/arion.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/system/nixos/arion.nix b/system/nixos/arion.nix index 0ab8c0d..f5f5909 100644 --- a/system/nixos/arion.nix +++ b/system/nixos/arion.nix @@ -24,23 +24,6 @@ oci-containers = { backend = "podman"; - - containers.watchtower = { - image = "ghcr.io/containrrr/watchtower:latest"; - environment = { - WATCHTOWER_POLL_INTERVAL = "21600"; - WATCHTOWER_LABEL_ENABLE = "true"; - WATCHTOWER_NOTIFICATIONS = "shoutrrr"; - WATCHTOWER_NOTIFICATIONS_HOSTNAME = config.networking.hostName; - WATCHTOWER_NOTIFICATION_URL = secret.watchtower.ntfyUrl; - }; - volumes = [ - "/var/run/docker.sock:/var/run/docker.sock" - ]; - extraOptions = [ - "--label=com.centurylinklabs.watchtower.enable=true" - ]; - }; }; arion = {