1

System/Nixinator: Update music NFS mount

This commit is contained in:
2025-11-07 14:57:13 +01:00
parent e3c58ee2bf
commit 248379a9cd

View File

@ -100,11 +100,13 @@
# fsType = "nfs"; # fsType = "nfs";
# options = ["defaults" "rw" "noatime" "_netdev" "bg" "soft"]; # options = ["defaults" "rw" "noatime" "_netdev" "bg" "soft"];
# }; # };
# "/home/${username}/Music" = {
# device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music"; "/home/${username}/Music" = {
# fsType = "nfs"; # device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music";
# options = ["defaults" "rw" "noatime" "_netdev" "bg" "soft"]; device = "192.168.86.20:/mnt/Music/Music";
# }; fsType = "nfs";
options = ["defaults" "rw" "noatime" "_netdev" "bg" "soft"];
};
"/home/${username}/Restic" = { "/home/${username}/Restic" = {
device = "192.168.86.15:/volume1/NixinatorPersistence"; device = "192.168.86.15:/volume1/NixinatorPersistence";