about summary refs log tree commit diff
path: root/nixos/tests/yggdrasil.nix
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2023-09-26 09:04:33 +0100
committerEmery Hemingway <ehmry@posteo.net>2023-10-06 17:59:14 +0100
commit3fc4ecafeb375d1c72c5b48bdd3c5e15bc408975 (patch)
treea81ce771015a3aaa5141326776e825744b461924 /nixos/tests/yggdrasil.nix
parentfdd898f8f79e8d2f99ed2ab6b3751811ef683242 (diff)
nixos/yggdrasil: add extraArgs option
Diffstat (limited to 'nixos/tests/yggdrasil.nix')
-rw-r--r--nixos/tests/yggdrasil.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/yggdrasil.nix b/nixos/tests/yggdrasil.nix
index eaf14e29acb03..70d148380bf75 100644
--- a/nixos/tests/yggdrasil.nix
+++ b/nixos/tests/yggdrasil.nix
@@ -116,6 +116,7 @@ in import ./make-test-python.nix ({ pkgs, ...} : {
         networking.firewall.allowedTCPPorts = [ 43210 ];
         services.yggdrasil = {
           enable = true;
+          extraArgs = [ "-loglevel" "error" ];
           denyDhcpcdInterfaces = [ "ygg0" ];
           settings = {
             IfTAPMode = true;