1

Enable jellyfin autostart

This commit is contained in:
2023-07-13 00:27:07 +02:00
parent 51db71b03e
commit 4777bc09e1

View File

@ -56,6 +56,7 @@ in {
jellyfin = mkIf cfg.jellyfin.enable (mkOciContainer {
image = "linuxserver/jellyfin:10.8.10";
id-ports = [8096];
autostart = true;
vols = [
"jellyfin-cache:/cache:Z"
"jellyfin-config:/config:Z"