mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 18:06:33 +01:00
disable whatsapp bridge
This commit is contained in:
parent
6b38388001
commit
f673db7e39
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mautrix-whatsapp = {
|
services.mautrix-whatsapp = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
appservice = {
|
appservice = {
|
||||||
database = {
|
database = {
|
||||||
|
|
Loading…
Reference in a new issue