From 5f5b5a76b92a6b93d36e627fd141803f2d4fe39e Mon Sep 17 00:00:00 2001 From: pennae Date: Tue, 9 May 2023 11:41:17 +0200 Subject: nixos/mosquitto: use networkd for tests the non-networkd backend does not wait for slaac to finish (ie, ipv6 addresses coming out of tentative state), and that breaks the mosquitto bind_interface test slightly. if slaac takes too long the test will run into mosquitto restart limits and fail. --- nixos/tests/mosquitto.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/tests/mosquitto.nix b/nixos/tests/mosquitto.nix index 70eecc89278..8eca4f25922 100644 --- a/nixos/tests/mosquitto.nix +++ b/nixos/tests/mosquitto.nix @@ -66,6 +66,7 @@ in { in { server = { pkgs, ... }: { networking.firewall.allowedTCPPorts = [ port tlsPort anonPort ]; + networking.useNetworkd = true; services.mosquitto = { enable = true; settings = { -- cgit 1.4.1