Unverified Commit 6c22d084 authored by oluceps's avatar oluceps
Browse files

nixos/test/dae: disable waiting network

parent 95b620c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
    services.dae = {
      enable = true;
      config = ''
        global{}
        global { disable_waiting_network: true }
        routing{}
      '';
    };