From df49242fc345908bd4bd750b611251c73d05bc85 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 20 May 2024 20:28:47 +0200 Subject: [PATCH] appserver nfs --- appserver/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/appserver/configuration.nix b/appserver/configuration.nix index 79a9f47..e7d0114 100644 --- a/appserver/configuration.nix +++ b/appserver/configuration.nix @@ -36,6 +36,7 @@ fileSystems."/mnt/remote/media" = { device = "files:/mnt/storage"; fsType = "nfs"; + options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ]; }; # Enable all unfree hardware support.