move nas to internal ssd

This commit is contained in:
mjallen18
2024-02-21 13:47:45 -06:00
parent b599645fd9
commit c3d1e2f962
10 changed files with 82 additions and 42 deletions

View File

@@ -56,9 +56,9 @@
-e 'NVIDIA_DRIVER_CAPABILITIES'='all' \
-e 'NVIDIA_VISIBLE_DEVICES'='all' \
-p 8096:8096 \
-v '/mnt/jellyfin/jellyfin:/config' \
-v '/mnt/movies/Movies:/data/movies' \
-v '/mnt/tv/TV:/data/tv' \
-v '/mnt/ssd/nix-app-data/jellyfin:/config' \
-v '/mnt/mainpool/Movies:/data/movies' \
-v '/mnt/mainpool/TV:/data/tv' \
lscr.io/linuxserver/jellyfin:latest
'';
wantedBy = [ "multi-user.target" ];