alpine: update authentik and transmission

This commit is contained in:
Tristan 2026-05-24 13:35:14 +01:00
parent b5e1d0081c
commit f9808f86e1
3 changed files with 3 additions and 3 deletions

View file

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