Make sure DNS is up before mounting NFS.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user