tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixosTests.mjolnir: unbreak
Nick Cao
2 years ago
3c0f0d84
c256ecf7
+2
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
matrix
mjolnir.nix
+2
-1
nixos/tests/matrix/mjolnir.nix
···
32
32
name = "mjolnir";
33
33
meta = with pkgs.lib; {
34
34
maintainers = teams.matrix.members;
35
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
101
+
# otherwise mjolnir tries to connect to ::1, which is not listened by pantalaimon
102
102
+
options.listenAddress = "127.0.0.1";
102
103
};
103
104
managementRoom = "#moderators:homeserver";
104
105
};