Treat any up interface as online

This commit is contained in:
Sandro - 2023-07-05 23:13:08 +02:00
parent 888888e271
commit 163841e347
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@
'';
systemd = {
network.wait-online.anyInterface = true;
services.nix-daemon.serviceConfig = {
# kill all worker thread when restarting
KillMode = "control-group";