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" ];