Skip to content

Commit

Permalink
mautrix-signal: remove
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Jan 10, 2025
1 parent 7ee81db commit cc01d7c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 223 deletions.
7 changes: 0 additions & 7 deletions nixos/hosts/matrix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@
secretYAML = "/run/keys/appservice_login_shared_secret_yaml";
} // (import ../../../secrets/matrix/appservices/mautrix-discord.nix);

# Signal <-> Matrix Bridge
services.mautrix-signal2 = {
enable = true;
homeserver = "https://matrix.nevarro.space";
secretYAML = "/run/keys/appservice_login_shared_secret_yaml";
} // (import ../../../secrets/matrix/appservices/mautrix-signal.nix);

# Synapse
services.matrix-synapse-custom = {
enable = true;
Expand Down
1 change: 0 additions & 1 deletion nixos/modules/services/matrix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
./maubot-echo.nix
./maubot-github.nix
./mautrix-discord.nix
./mautrix-signal.nix
./meetbot.nix
./mjolnir.nix
./msclinkbot.nix
Expand Down
215 changes: 0 additions & 215 deletions nixos/modules/services/matrix/mautrix-signal.nix

This file was deleted.

Binary file removed secrets/matrix/appservices/mautrix-signal.nix
Binary file not shown.

0 comments on commit cc01d7c

Please sign in to comment.