From 6c22d08406c232a8591443d8053facae6cffcc5c Mon Sep 17 00:00:00 2001 From: oluceps Date: Thu, 22 Aug 2024 17:09:31 +0800 Subject: [PATCH] nixos/test/dae: disable waiting network --- nixos/tests/dae.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/dae.nix b/nixos/tests/dae.nix index 42a2eb5fe0be..4b856450d9e1 100644 --- a/nixos/tests/dae.nix +++ b/nixos/tests/dae.nix @@ -15,7 +15,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: { services.dae = { enable = true; config = '' - global{} + global { disable_waiting_network: true } routing{} ''; };