Compare commits
No commits in common. "7eee8fc5f4e219215bb962f084f3e8b5f7766cbd" and "a8b165e9573e68cc69d6ca6c742949cfe4d81ddb" have entirely different histories.
7eee8fc5f4
...
a8b165e957
1 changed files with 1 additions and 4 deletions
|
@ -10,7 +10,7 @@ in
|
|||
];
|
||||
|
||||
services.matrix-appservice-discord = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
settings = {
|
||||
auth = {
|
||||
usePrivilegedIntents = true; # typing status and stuff
|
||||
|
@ -22,7 +22,6 @@ in
|
|||
disablePresence = true;
|
||||
disableTypingNotifications = true;
|
||||
};
|
||||
inactiveAfterDays = 14;
|
||||
# logging.console = "silly";
|
||||
};
|
||||
serviceDependencies = [ "matrix-synapse.target" ];
|
||||
|
@ -31,6 +30,4 @@ 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