nixos/test/dae: disable waiting network

This commit is contained in:
oluceps
2024-08-22 17:09:31 +08:00
parent 95b620c9ac
commit 6c22d08406
+1 -1
View File
@@ -15,7 +15,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
services.dae = {
enable = true;
config = ''
global{}
global { disable_waiting_network: true }
routing{}
'';
};