Mount NFS shares to Jellyfin
This commit is contained in:
@@ -30,17 +30,17 @@
|
|||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/music" = {
|
"/music" = {
|
||||||
device = "10.42.1.4:/volume1/music";
|
device = "nas1.shire-zebra.ts.net:/mnt/all/music";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "ro" ];
|
options = [ "ro" ];
|
||||||
};
|
};
|
||||||
"/photo" = {
|
"/photo" = {
|
||||||
device = "10.42.1.4:/volume1/photo";
|
device = "nas1.shire-zebra.ts.net:/mnt/all/photos";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "ro" ];
|
options = [ "ro" ];
|
||||||
};
|
};
|
||||||
"/video" = {
|
"/video" = {
|
||||||
device = "10.42.1.4:/volume1/video/";
|
device = "nas1.shire-zebra.ts.net:/mnt/all/video/";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "ro" ];
|
options = [ "ro" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user