diff --git a/hosts/Infini-DL360/jellyfin.nix b/hosts/Infini-DL360/jellyfin.nix index 74c0b82..3c22e09 100644 --- a/hosts/Infini-DL360/jellyfin.nix +++ b/hosts/Infini-DL360/jellyfin.nix @@ -58,4 +58,8 @@ in cacheDir logDir ]; + + storage.directories = [ + "/srv/media" + ]; }