System/Servenix: Update music NFS mount
This commit is contained in:
@ -46,20 +46,21 @@
|
|||||||
|
|
||||||
# SG Exos Mirror Shares
|
# SG Exos Mirror Shares
|
||||||
|
|
||||||
"/media/Movie" = {
|
# TODO: New HDDs
|
||||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie";
|
# "/media/Movie" = {
|
||||||
fsType = "nfs";
|
# device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie";
|
||||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
# fsType = "nfs";
|
||||||
};
|
# options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||||
|
# };
|
||||||
"/media/Show" = {
|
# "/media/Show" = {
|
||||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Show";
|
# device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Show";
|
||||||
fsType = "nfs";
|
# fsType = "nfs";
|
||||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
# options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
"/media/TV-Music" = {
|
"/media/TV-Music" = {
|
||||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music";
|
# device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music";
|
||||||
|
device = "192.168.86.20:/mnt/Music/Music";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user