System/Nixinator: Update music NFS mount
This commit is contained in:
@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user