From 5ec46ef10cdf30cd4a439f8183f7ab2d396f0939 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 20 Nov 2024 23:02:10 +0100 Subject: [PATCH] testing --- nixos/hosts/nuc-server/mounts.nix | 2 ++ 1 file changed, 2 insertions(+) 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 }; }