System/Servenix: Mount nfs share for music videos/recorded shows
This commit is contained in:
@ -64,6 +64,12 @@
|
||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||
};
|
||||
|
||||
"/media/MusicVideos" = {
|
||||
device = "192.168.86.20:/mnt/Seagate4TB/MusicVideos";
|
||||
fsType = "nfs";
|
||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
|
||||
};
|
||||
|
||||
"/media/Box" = {
|
||||
device = "192.168.86.20:/mnt/Seagate4TB/Box";
|
||||
fsType = "nfs";
|
||||
|
||||
Reference in New Issue
Block a user