From f9808f86e1c2a8464681eb61042b345f0af37d83 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sun, 24 May 2026 13:35:14 +0100 Subject: [PATCH] alpine: update authentik and transmission --- nixos/services/arr.nix | 2 +- nixos/services/authentik.nix | 2 +- nixos/services/grafana.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/services/arr.nix b/nixos/services/arr.nix index e4c344e..10a5e2d 100644 --- a/nixos/services/arr.nix +++ b/nixos/services/arr.nix @@ -34,7 +34,7 @@ in { services.jellyseerr.enable = true; # probably easier if i just put this in a nixos-container virtualisation.oci-containers.containers.transmission = { - image = "docker.io/haugene/transmission-openvpn:5.3.2"; + image = "docker.io/haugene/transmission-openvpn:5.4.1"; ports = ["9091:9091"]; volumes = [ "/var/lib/transmission/downloads:/data/incomplete" diff --git a/nixos/services/authentik.nix b/nixos/services/authentik.nix index 3ff61f8..785417c 100644 --- a/nixos/services/authentik.nix +++ b/nixos/services/authentik.nix @@ -9,7 +9,7 @@ }; authentik-config = { autoStart = true; - image = "ghcr.io/goauthentik/server:2026.2.1"; + image = "ghcr.io/goauthentik/server:2026.5.0"; volumes = ["/home/tristan/pods/authentik/media:/media"]; environment = { AUTHENTIK_POSTGRESQL__USER = postgres.user; diff --git a/nixos/services/grafana.nix b/nixos/services/grafana.nix index 3e2b409..d244d44 100644 --- a/nixos/services/grafana.nix +++ b/nixos/services/grafana.nix @@ -61,7 +61,7 @@ in { { name = "synapse"; url = "https://raw.githubusercontent.com/element-hq/synapse/refs/heads/master/contrib/grafana/synapse.json"; - sha256 = "sha256:1hn05wwv38pi1s2j3bdsfs46jb2wjrz6ji5jq6x1dl89nkvmdfhv"; + sha256 = "sha256:1zszi1lqk05xiiw45ck3i8wp00ds904ycybc48a5w0ssj64jj1cy"; } ]; }