mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 07:31:54 -05:00
homelab: added Archive bind mount to transmission
This commit is contained in:
parent
34612b625c
commit
139693f821
|
@ -43,6 +43,7 @@
|
|||
volumes = [
|
||||
"transmission_config:/config"
|
||||
"/mnt/Media:/Media"
|
||||
"/mnt/Archive:/Archive"
|
||||
];
|
||||
};
|
||||
jellyfin = {
|
||||
|
|
Loading…
Reference in a new issue