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:
parent
95b620c9ac
commit
6c22d08406
|
@ -15,7 +15,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
|
|||
services.dae = {
|
||||
enable = true;
|
||||
config = ''
|
||||
global{}
|
||||
global { disable_waiting_network: true }
|
||||
routing{}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue