diff --git a/sys/platforms/vps/hardware-configuration.nix b/sys/platforms/vps/hardware-configuration.nix index 41cc7ee..431b227 100644 --- a/sys/platforms/vps/hardware-configuration.nix +++ b/sys/platforms/vps/hardware-configuration.nix @@ -14,16 +14,10 @@ in { options = ["nofail" "noatime"]; }; - "/mnt/export2178" = { - device = "172.16.129.151:/nas/5876/immich"; + "/mnt/export2011" = { + device = "172.16.129.151:/nas/5876/bepasty"; fsType = "nfs"; - options = ["nofail" "noatime"]; - }; - - "/mnt/export2179" = { - device = "172.16.131.31:/nas/5876/syncthing"; - fsType = "nfs"; - options = ["nofail"]; + options = ["nofail" "noatime" "noexec"]; }; }; }