Compare commits
2 commits
a8b165e957
...
7eee8fc5f4
Author | SHA1 | Date | |
---|---|---|---|
7eee8fc5f4 | |||
86091ce867 |
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ in
|
|||
];
|
||||
|
||||
services.matrix-appservice-discord = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
auth = {
|
||||
usePrivilegedIntents = true; # typing status and stuff
|
||||
|
@ -22,6 +22,7 @@ in
|
|||
disablePresence = true;
|
||||
disableTypingNotifications = true;
|
||||
};
|
||||
inactiveAfterDays = 14;
|
||||
# logging.console = "silly";
|
||||
};
|
||||
serviceDependencies = [ "matrix-synapse.target" ];
|
||||
|
@ -30,4 +31,6 @@ in
|
|||
package = pkgs.matrix-appservice-discord;
|
||||
environmentFile = config.age.secrets.matrix_discord_bridge_token.path;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ matrix-appservice-discord ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue