From f2c1d28bfdfb79959fcb1d2a6c34944bff493202 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 23 May 2024 18:38:23 +0200 Subject: [PATCH] automount nfs share app server --- appserver/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appserver/hardware-configuration.nix b/appserver/hardware-configuration.nix index e73ccf8..4153939 100644 --- a/appserver/hardware-configuration.nix +++ b/appserver/hardware-configuration.nix @@ -22,7 +22,7 @@ { device = "/dev/disk/by-uuid/E251-F60A"; fsType = "vfat"; }; - fileSystems."/home/geir/nfs" = + fileSystems."/mnt/remote/media" = { device = "files:/mnt/storage"; fsType = "nfs"; options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];