tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: change address to list
devins.page
1 week ago
debad634
6308b21b
+1
-1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
modules
matrix.nix
+1
-1
hosts/bluepill/modules/matrix.nix
···
5
5
allow_registration = true;
6
6
registration_token = "super-secret-token-i-will-change-after-register-im-devin-hi";
7
7
server_name = "skywardmc.org";
8
8
-
address = "0.0.0.0";
8
8
+
address = ["0.0.0.0"];
9
9
new_user_displayname_suffix = "";
10
10
};
11
11
};