kasei/systemd-networkd: ignore tailscale0 for wait-online

This commit is contained in:
Oystein Kristoffer Tveit 2025-04-25 22:41:33 +02:00
parent 959e0a5a22
commit eb6ae1a054
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -84,6 +84,9 @@
networkConfig.IPv6AcceptRA = "no";
DHCP = "yes";
};
wait-online.ignoredInterfaces = [
"tailscale0"
];
};
networking = {