Add clips volume
This commit is contained in:
@ -69,6 +69,11 @@
|
|||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/media/Stash-Clips" = {
|
||||||
|
device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Clips";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
|
|
||||||
"/media/Stash-Usenet" = {
|
"/media/Stash-Usenet" = {
|
||||||
device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Usenet";
|
device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Usenet";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
@ -69,6 +69,7 @@
|
|||||||
volumes = [
|
volumes = [
|
||||||
"/media/Stash-Picture:/data/picture"
|
"/media/Stash-Picture:/data/picture"
|
||||||
"/media/Stash-Video:/data/video"
|
"/media/Stash-Video:/data/video"
|
||||||
|
"/media/Stash-Clips:/data/clips"
|
||||||
|
|
||||||
"box-stash_config:/root/.stash"
|
"box-stash_config:/root/.stash"
|
||||||
"box-stash_metadata:/metadata"
|
"box-stash_metadata:/metadata"
|
||||||
|
Reference in New Issue
Block a user