mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
mauville: added archive drive to containers
This commit is contained in:
parent
7bc9fa44de
commit
afb69e84e7
|
@ -34,6 +34,7 @@
|
|||
"plex_config:/config"
|
||||
"plex_transcode:/transcode"
|
||||
"/mnt/Media:/Media"
|
||||
"/mnt/Archive:/Archive"
|
||||
];
|
||||
};
|
||||
transmission-server = {
|
||||
|
@ -42,7 +43,6 @@
|
|||
environment = { TZ = "America/New_York"; };
|
||||
volumes = [
|
||||
"transmission_config:/config"
|
||||
"/mnt/Media/Torrents:/watch"
|
||||
"/mnt/Media:/Media"
|
||||
];
|
||||
};
|
||||
|
@ -54,6 +54,7 @@
|
|||
"jellyfin_config:/config"
|
||||
"jellyfin_cache:/cache"
|
||||
"/mnt/Media:/Media"
|
||||
"/mnt/Archive:/Archive"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue