block a server
This commit is contained in:
parent
9fa1a421fd
commit
529870e16e
2 changed files with 14 additions and 8 deletions
|
|
@ -2,9 +2,17 @@
|
|||
quad.matrix = rec {
|
||||
enable = true;
|
||||
domain = "federated.nexus";
|
||||
settings.well_known = {
|
||||
support_email = "henry@henryhiles.com";
|
||||
support_mxid = "@quadradical:${domain}";
|
||||
settings = {
|
||||
admins_list = [
|
||||
"@nexusbot:federated.nexus"
|
||||
"@quadradical:federated.nexus"
|
||||
"@hexaheximal:federated.nexus"
|
||||
];
|
||||
|
||||
well_known = {
|
||||
support_email = "henry@henryhiles.com";
|
||||
support_mxid = "@quadradical:${domain}";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue