flora-6: add wg-ssh to ignored interfaces
All checks were successful
Flake checks / Check (pull_request) Successful in 21m7s
All checks were successful
Flake checks / Check (pull_request) Successful in 21m7s
for systemd-wait-online to start successfully
This commit is contained in:
parent
0f297c4711
commit
c07d24f6a7
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue