Make sure DNS is up before mounting NFS.
This commit is contained in:
@@ -11,4 +11,8 @@
|
||||
./glusterfs-client.nix # Keep during migration, will be removed in Phase 3
|
||||
./nfs-services-client.nix # New: NFS client for /data/services
|
||||
];
|
||||
|
||||
# Wait for eno1 to be routable before considering network online
|
||||
# (hosts with different primary interfaces should override this)
|
||||
systemd.network.wait-online.extraArgs = [ "--interface=eno1:routable" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user