Compare commits

...

2 commits

Author SHA1 Message Date
Fabian Montero 7748c67e45
vps: add nas exports for immich and syncthing 2025-01-23 12:25:43 -06:00
Fabian Montero 22eecd6e66
remove 2011 nas export
this was used for bepasty
2025-01-23 12:15:39 -06:00

View file

@ -14,10 +14,16 @@ in {
options = ["nofail" "noatime"];
};
"/mnt/export2011" = {
device = "172.16.129.151:/nas/5876/bepasty";
"/mnt/export2178" = {
device = "172.16.129.151:/nas/5876/immich";
fsType = "nfs";
options = ["nofail" "noatime" "noexec"];
options = ["nofail" "noatime"];
};
"/mnt/export2179" = {
device = "172.16.131.31:/nas/5876/syncthing";
fsType = "nfs";
options = ["nofail"];
};
};
}