move back to upstream mautrix-whatsapp module

This commit is contained in:
2026-06-02 20:58:13 +02:00
parent 951ac9bd59
commit 73e7430c30
+1 -13
View File
@@ -43,21 +43,9 @@ in {
return 404;
'';
};
# "element.${config.networking.domain}" = {
# enableACME = true;
# forceSSL = true;
#
# root = pkgs.element-web.override {
# conf = {
# default_server_config = clientConfig;
# };
# };
# };
};
};
imports = [../../kabbone/mautrix-whatsapp.nix];
services.matrix-synapse = {
enable = true;
settings = {
@@ -200,7 +188,7 @@ in {
};
};
};
kabbone_mautrix-whatsapp = {
mautrix-whatsapp = {
enable = true;
registerToSynapse = true;
environmentFile = config.age.secrets."services/matrix/mautrix-whatsapp.env".path;