diff options
| author | EuAndreh <eu@euandre.org> | 2020-08-23 06:09:37 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-08-23 06:09:37 -0300 |
| commit | 62e47c91f69521866475a384ff872cc16bf59e8d (patch) | |
| tree | b8e574bb8c6e76bfb25561f5dd80d2ed69ea85bb | |
| parent | NGINX songbooks: redirect root documentation to master (diff) | |
| download | toph-62e47c91f69521866475a384ff872cc16bf59e8d.tar.gz toph-62e47c91f69521866475a384ff872cc16bf59e8d.tar.xz | |
Disable broken matterbridge on whatsapp temporarily
| -rw-r--r-- | TODOs.org | 2 | ||||
| -rw-r--r-- | vps-configuration.env.nix | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -42,6 +42,8 @@ CLOSED: [2020-08-16 dim. 21:58] CLOSED: [2020-08-14 ven. 09:29] ** TODO cgit: show README in about section https://linux.die.net/man/5/cgitrc +** TODO Update matterbridge +https://github.com/42wim/matterbridge/issues/1061 ** TODO Terraform restore from backup when provisioning ** TODO cron: borg, PostgreSQL backup and NixOS update and collect gargabe ** TODO snapshot with swap: nixos-rebuild switch takes too much memory diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 6ee3053..f894136 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -206,7 +206,7 @@ in { }; matterbridge = { - enable = true; + enable = false; configFile = '' [whatsapp.mywhatsapp] Number="${envsubstConfiguration.matterbridgeWhatsappNumber}" |
