flora-6: add wg-ssh to ignored systemd-wait-online interfaces #148

Merged
teutat3s merged 1 commit from flora-6/fix-network-wait-online into main 2024-04-14 21:53:34 +00:00

View file

@ -35,6 +35,7 @@ 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"
"wg-ssh"
]; ];
# List services that you want to enable: # List services that you want to enable: