Change a lot, mostly adding 3 Minecraft servers and Velocity
This commit is contained in:
parent
1d3c95e680
commit
c6accc294d
37 changed files with 1732 additions and 200 deletions
|
@ -1,17 +1,15 @@
|
|||
let
|
||||
secrets = import ../modules/secrets.nix;
|
||||
in {
|
||||
{outputs, ...}: {
|
||||
services.matrix-appservice-discord = {
|
||||
enable = true;
|
||||
settings = {
|
||||
auth = {
|
||||
clientID = "${secrets.discordBotID}";
|
||||
botToken = "${secrets.discordBotToken}";
|
||||
clientID = "${outputs.secrets.discordBotID}";
|
||||
botToken = "${outputs.secrets.discordBotToken}";
|
||||
usePrivilegedIntents = true;
|
||||
};
|
||||
bridge = {
|
||||
domain = "${secrets.jimDomain}";
|
||||
homeserverUrl = "https://matrix.${secrets.jimDomain}";
|
||||
domain = "${outputs.secrets.jimDomain}";
|
||||
homeserverUrl = "https://matrix.${outputs.secrets.jimDomain}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue