diff --git a/appserver/hardware-configuration.nix b/appserver/hardware-configuration.nix index 4153939..57613e5 100644 --- a/appserver/hardware-configuration.nix +++ b/appserver/hardware-configuration.nix @@ -25,7 +25,7 @@ fileSystems."/mnt/remote/media" = { device = "files:/mnt/storage"; fsType = "nfs"; - options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ]; + options = []; }; swapDevices = [ ];