diff --git a/hardware-configuration/homeserver.nix b/hardware-configuration/homeserver.nix index 1c51d7b..a5f5026 100644 --- a/hardware-configuration/homeserver.nix +++ b/hardware-configuration/homeserver.nix @@ -31,6 +31,16 @@ device = "/dev/disk/by-label/WD_RED_4T_1"; fsType = "ext4"; }; + fileSystems."/nas/public/Music" = { + device = "/nas/Syncthing/Sync/Music"; + fsType = "auto"; + options = [ + "defaults" + "nofail" + "nobootwait" + "bind" + ]; + }; swapDevices = [ ];