lol

nixosTests.mjolnir: unbreak

Nick Cao 3c0f0d84 c256ecf7

+2 -1
+2 -1
nixos/tests/matrix/mjolnir.nix
··· 32 32 name = "mjolnir"; 33 33 meta = with pkgs.lib; { 34 34 maintainers = teams.matrix.members; 35 - broken = true; # times out after spending many hours 36 35 }; 37 36 38 37 nodes = { ··· 99 98 enable = true; 100 99 username = "mjolnir"; 101 100 passwordFile = pkgs.writeText "password.txt" "mjolnir-password"; 101 + # otherwise mjolnir tries to connect to ::1, which is not listened by pantalaimon 102 + options.listenAddress = "127.0.0.1"; 102 103 }; 103 104 managementRoom = "#moderators:homeserver"; 104 105 };