Make sure DNS is up before mounting NFS.

This commit is contained in:
2025-10-24 22:49:32 +01:00
parent a7dce7cfb9
commit a57fc9107b
4 changed files with 66 additions and 0 deletions

View File

@@ -25,6 +25,8 @@
networking.useNetworkd = true;
systemd.network.enable = true;
# Wait for br0 to be routable before considering network online
systemd.network.wait-online.extraArgs = [ "--interface=br0:routable" ];
# not useful and potentially a security loophole
services.resolved.llmnr = "false";