about summary refs log tree commit diff
path: root/nixos/tests/dae.nix
diff options
context:
space:
mode:
authoroluceps <i@oluceps.uk>2023-09-12 00:14:12 +0800
committeroluceps <i@oluceps.uk>2023-09-12 00:29:56 +0800
commitbc07451d4f96c77355f7e7ebb7932666d094793d (patch)
treea2686035b98969e1d1c5ddfe4b749248ce16f73d /nixos/tests/dae.nix
parentac4fd1a1098a3954b0e10fa8288a6492040102bb (diff)
nixos/dae: fix override existed config issue
Diffstat (limited to 'nixos/tests/dae.nix')
-rw-r--r--nixos/tests/dae.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/tests/dae.nix b/nixos/tests/dae.nix
index b8c8ebce74574..42a2eb5fe0be5 100644
--- a/nixos/tests/dae.nix
+++ b/nixos/tests/dae.nix
@@ -14,6 +14,10 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
     };
     services.dae = {
       enable = true;
+      config = ''
+        global{}
+        routing{}
+      '';
     };
   };