From 163841e347059ae67aac5c1e48bd55796f2cc2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 5 Jul 2023 23:13:08 +0200 Subject: [PATCH] Treat any up interface as online --- config/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/default.nix b/config/default.nix index da9b7f23..3382750f 100644 --- a/config/default.nix +++ b/config/default.nix @@ -261,6 +261,8 @@ ''; systemd = { + network.wait-online.anyInterface = true; + services.nix-daemon.serviceConfig = { # kill all worker thread when restarting KillMode = "control-group";