flora-6: add wg-ssh to ignored interfaces
All checks were successful
Flake checks / Check (pull_request) Successful in 21m7s

for systemd-wait-online to start successfully
This commit is contained in:
teutat3s 2024-04-14 23:22:53 +02:00
parent 0f297c4711
commit c07d24f6a7
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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: