fixed brigde stuff; added maubot

This commit is contained in:
2026-05-07 15:38:05 +02:00
parent 2740d04253
commit dcf492209b
4 changed files with 56 additions and 1 deletions
+7
View File
@@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}:
let
@@ -151,4 +152,10 @@ in
'';
};
};
systemd.services.matrix-synapse.serviceConfig.ReadOnlyPaths = [
"/var/lib/mautrix-discord"
"/var/lib/mautrix-whatsapp"
];
}