From e3c58ee2bf0c9d2b31e0cce0b40fa90b273e8469 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 7 Nov 2025 14:56:26 +0100 Subject: [PATCH] System/Servenix: Update music NFS mount --- system/servenix/hardware-configuration.nix | 25 +++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/system/servenix/hardware-configuration.nix b/system/servenix/hardware-configuration.nix index 84752394..8efcf93f 100644 --- a/system/servenix/hardware-configuration.nix +++ b/system/servenix/hardware-configuration.nix @@ -46,20 +46,21 @@ # SG Exos Mirror Shares - "/media/Movie" = { - device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie"; - fsType = "nfs"; - options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; - }; - - "/media/Show" = { - device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Show"; - fsType = "nfs"; - options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; - }; + # TODO: New HDDs + # "/media/Movie" = { + # device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie"; + # fsType = "nfs"; + # options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; + # }; + # "/media/Show" = { + # device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Show"; + # fsType = "nfs"; + # options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; + # }; "/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"; options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"]; };