Compare commits

..

No commits in common. "f4ce9d292efb1973b8901f257cd7b010184d6327" and "5d19a2d3039add846e0a5f43baec3b22c422c839" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ in {
services.jellyseerr.enable = true; services.jellyseerr.enable = true;
# probably easier if i just put this in a nixos-container # probably easier if i just put this in a nixos-container
virtualisation.oci-containers.containers.transmission = { virtualisation.oci-containers.containers.transmission = {
image = "docker.io/haugene/transmission-openvpn:5.4.1"; image = "docker.io/haugene/transmission-openvpn:5.3.2";
ports = ["9091:9091"]; ports = ["9091:9091"];
volumes = [ volumes = [
"/var/lib/transmission/downloads:/data/incomplete" "/var/lib/transmission/downloads:/data/incomplete"

View file

@ -9,7 +9,7 @@
}; };
authentik-config = { authentik-config = {
autoStart = true; autoStart = true;
image = "ghcr.io/goauthentik/server:2026.5.0"; image = "ghcr.io/goauthentik/server:2026.2.1";
volumes = ["/home/tristan/pods/authentik/media:/media"]; volumes = ["/home/tristan/pods/authentik/media:/media"];
environment = { environment = {
AUTHENTIK_POSTGRESQL__USER = postgres.user; AUTHENTIK_POSTGRESQL__USER = postgres.user;

View file

@ -61,7 +61,7 @@ in {
{ {
name = "synapse"; name = "synapse";
url = "https://raw.githubusercontent.com/element-hq/synapse/refs/heads/master/contrib/grafana/synapse.json"; url = "https://raw.githubusercontent.com/element-hq/synapse/refs/heads/master/contrib/grafana/synapse.json";
sha256 = "sha256:1zszi1lqk05xiiw45ck3i8wp00ds904ycybc48a5w0ssj64jj1cy"; sha256 = "sha256:1hn05wwv38pi1s2j3bdsfs46jb2wjrz6ji5jq6x1dl89nkvmdfhv";
} }
]; ];
} }