From b4b3831c05987ea4d04c2dec68c4485941d18692 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 13 Sep 2025 22:06:17 -0400 Subject: [PATCH] Infini-DL360: move media to storage --- hosts/Infini-DL360/jellyfin.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" + ]; }