Commit 5f5b5a76 authored by pennae's avatar pennae
Browse files

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.
parent e8ce641a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ in {
  in {
    server = { pkgs, ... }: {
      networking.firewall.allowedTCPPorts = [ port tlsPort anonPort ];
      networking.useNetworkd = true;
      services.mosquitto = {
        enable = true;
        settings = {