From e1fd8a07bd5c6d05565c1bd81de515234f4e0947 Mon Sep 17 00:00:00 2001 From: Timo Boomers Date: Tue, 3 Jun 2025 19:41:07 +0200 Subject: [PATCH] fixed jellyfin --- modules/home/containers/jellyfin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/containers/jellyfin.nix b/modules/home/containers/jellyfin.nix index 0cd4429..ecd45a2 100644 --- a/modules/home/containers/jellyfin.nix +++ b/modules/home/containers/jellyfin.nix @@ -20,7 +20,7 @@ in { image = "jellyfin/jellyfin"; network = "proxy"; volumes = [ - "%h/containers/jellyfin/data:/data" + "%h/containers/jellyfin/config:/config" "%h/containers/jellyfin/cache:/cache" "%h/media:/media" ];