diff --git a/system/servenix/hardware-configuration.nix b/system/servenix/hardware-configuration.nix index 7bbd6548..b50de257 100644 --- a/system/servenix/hardware-configuration.nix +++ b/system/servenix/hardware-configuration.nix @@ -64,6 +64,12 @@ options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; }; + "/media/MusicVideos" = { + device = "192.168.86.20:/mnt/Seagate4TB/MusicVideos"; + fsType = "nfs"; + options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; + }; + "/media/Box" = { device = "192.168.86.20:/mnt/Seagate4TB/Box"; fsType = "nfs"; diff --git a/system/services/fileflows-node.nix b/system/services/fileflows-node.nix index 4d65f19d..50a22ca2 100644 --- a/system/services/fileflows-node.nix +++ b/system/services/fileflows-node.nix @@ -27,6 +27,7 @@ in { volumes = [ "/home/christoph/Movies:/media/movies" "/home/christoph/Shows:/media/tvshows" + "/home/christoph/MusicVideos:/media/musicvideos" "fileflows_temp:/temp" diff --git a/system/services/fileflows.nix b/system/services/fileflows.nix index 5c987c85..452de3dc 100644 --- a/system/services/fileflows.nix +++ b/system/services/fileflows.nix @@ -31,6 +31,7 @@ in { "/media/Movie:/media/movies" "/media/Show:/media/tvshows" + "/media/MusicVideos:/media/musicvideos" "/var/run/docker.sock:/var/run/docker.sock:ro" ]; diff --git a/system/services/jellyfin.nix b/system/services/jellyfin.nix index 6f4e70fd..a9d3dae9 100644 --- a/system/services/jellyfin.nix +++ b/system/services/jellyfin.nix @@ -32,6 +32,7 @@ in { "/media/Show:/data/tvshows" "/media/Movie:/data/movies" "/media/TV-Music:/data/music" + "/media/MusicVideos:/data/musicvideos" "jellyfin_config:/config" ]; diff --git a/system/services/plex.nix b/system/services/plex.nix index add738c2..ba76d4b4 100644 --- a/system/services/plex.nix +++ b/system/services/plex.nix @@ -40,6 +40,7 @@ in { "/media/Show:/data/tvshows" "/media/Movie:/data/movies" "/media/TV-Music:/data/music" + "/media/MusicVideos:/data/musicvideos" "plex_config:/config" "plex_transcode:/transcode" diff --git a/system/services/tinymediamanager.nix b/system/services/tinymediamanager.nix index 177f070d..89c5f485 100644 --- a/system/services/tinymediamanager.nix +++ b/system/services/tinymediamanager.nix @@ -29,6 +29,7 @@ in { "/media/Show:/media/tvshows" "/media/Movie:/media/movies" + "/media/MusicVideos:/media/musicvideos" ]; environment = {