Services/Jellyfin: Update to v10.10.7
This commit is contained in:
@ -3,9 +3,12 @@
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
virtualisation.oci-containers.containers.jellyfin = {
|
||||
image = "linuxserver/jellyfin:latest";
|
||||
}: let
|
||||
jellyfinVersion = "10.10.7";
|
||||
in {
|
||||
virtualisation.oci-containers.containers = {
|
||||
jellyfin = {
|
||||
image = "linuxserver/jellyfin:${jellyfinVersion}";
|
||||
autoStart = true;
|
||||
|
||||
login = {
|
||||
@ -45,4 +48,5 @@
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user