fix: don't ignore interfaces that can change
All checks were successful
Flake checks / Check (pull_request) Successful in 20m0s

This commit is contained in:
teutat3s 2023-12-08 17:31:30 +01:00
parent eed4814258
commit 16b1b1b416
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -34,10 +34,6 @@ in {
#systemd.services."systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug"; #systemd.services."systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug";
systemd.network.wait-online.ignoredInterfaces = [ systemd.network.wait-online.ignoredInterfaces = [
"docker0" "docker0"
"br-91ba3e5e7589"
"vethd42ed22"
"veth8fbf599"
"vethd62653e"
]; ];
# List services that you want to enable: # List services that you want to enable: