homeserver: mounted syncthing music folder to public

This commit is contained in:
Tigor Hutasuhut 2024-08-26 10:07:34 +07:00
parent 0bd9159d3f
commit eb276e5c1e

View file

@ -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 = [ ];