kasei/systemd-networkd: ignore tailscale0 for wait-online
This commit is contained in:
@@ -84,6 +84,9 @@
|
|||||||
networkConfig.IPv6AcceptRA = "no";
|
networkConfig.IPv6AcceptRA = "no";
|
||||||
DHCP = "yes";
|
DHCP = "yes";
|
||||||
};
|
};
|
||||||
|
wait-online.ignoredInterfaces = [
|
||||||
|
"tailscale0"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
Reference in New Issue
Block a user