From 8d9b9edf24ede4aa68de4099402e721fd2f1899a Mon Sep 17 00:00:00 2001 From: Andrew Kidd Date: Sat, 4 Jan 2025 10:11:38 +0000 Subject: [PATCH] try without addr --- net-image/net-image.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-image/net-image.nix b/net-image/net-image.nix index 5beb092..3590f67 100644 --- a/net-image/net-image.nix +++ b/net-image/net-image.nix @@ -104,7 +104,7 @@ in # Use the 'sys' security flavor "sec=sys" # Specify the NFS server address - "mountaddr=192.168.0.108" + # "mountaddr=192.168.0.108" # Use NFS mount protocol version 3 "mountvers=3" # Use TCP for the mount protocol @@ -112,7 +112,7 @@ in # Enable local locking "local_lock=all" # Specify the NFS server address - "addr=192.168.0.108" + # "addr=192.168.0.108" # Do not update inode access times on reads "noatime" # Do not update directory inode access times on reads