From 1b813d36f220be352d2ee07ad46804c83dd74db1 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Thu, 13 Jul 2023 00:19:13 +0200 Subject: [PATCH] Update jellyfin paths --- system/modules/containers/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/system/modules/containers/default.nix b/system/modules/containers/default.nix index 9bd14c11..4293d0ed 100644 --- a/system/modules/containers/default.nix +++ b/system/modules/containers/default.nix @@ -59,9 +59,8 @@ in { vols = [ "jellyfin-cache:/cache:Z" "jellyfin-config:/config:Z" - "/home/christoph/HDD1/Video:/media/Video" - "/home/christoph/HDD2/Video:/media/Video2" - "/home/christoph/HDD2/Picture:/media/Picture" + "/media/Picture:/media/Picture" + "/media/Video:/media/Video" ]; });