diff --git a/nixos/hosts/nuc-server/mounts.nix b/nixos/hosts/nuc-server/mounts.nix index 3aabc93d..2ebc8487 100644 --- a/nixos/hosts/nuc-server/mounts.nix +++ b/nixos/hosts/nuc-server/mounts.nix @@ -4,5 +4,7 @@ fileSystems."/Storage" = { device = "synology.servers.hs.net:/volume1/Storage"; fsType = "nfs"; + mountPoint = "/Storage"; + options = [ "x-systemd.automount" "noauto" ]; # Add these options for better reliability }; }