1

System/Servenix: Mount nfs share for music videos/recorded shows

This commit is contained in:
2026-01-05 17:54:23 +01:00
parent ddccd51b5a
commit 6d360ed782
6 changed files with 11 additions and 0 deletions

View File

@ -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";