From 248379a9cd8ee4dd7792e425f305abed600093cb Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 7 Nov 2025 14:57:13 +0100 Subject: [PATCH] System/Nixinator: Update music NFS mount --- system/nixinator/hardware-configuration.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/system/nixinator/hardware-configuration.nix b/system/nixinator/hardware-configuration.nix index ba26485e..d18f1a81 100644 --- a/system/nixinator/hardware-configuration.nix +++ b/system/nixinator/hardware-configuration.nix @@ -100,11 +100,13 @@ # fsType = "nfs"; # options = ["defaults" "rw" "noatime" "_netdev" "bg" "soft"]; # }; - # "/home/${username}/Music" = { - # device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music"; - # fsType = "nfs"; - # options = ["defaults" "rw" "noatime" "_netdev" "bg" "soft"]; - # }; + + "/home/${username}/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" "noatime" "_netdev" "bg" "soft"]; + }; "/home/${username}/Restic" = { device = "192.168.86.15:/volume1/NixinatorPersistence";