1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

nixos/test/dae: disable waiting network

This commit is contained in:
oluceps 2024-08-22 17:09:31 +08:00
parent 95b620c9ac
commit 6c22d08406
No known key found for this signature in database

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{}
'';
};