feat: lets have a look oida

This commit is contained in:
s-prechtl 2025-07-16 21:56:52 +02:00
parent b9945561f7
commit a411579d93
2 changed files with 18 additions and 13 deletions

View file

@ -189,6 +189,7 @@ in {
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
services.mautrix-signal = {
enable = true;
environmentFile = config.age.secrets.mautrix-signal.path;
@ -229,6 +230,10 @@ in {
allow_discovery = false;
};
provisioning = {
shared_secret = "$PROVISIONING_SHARED_SECRET";
};
network = {
# INFO: If I ever decide to run this for multiple people this option isnt safe -> change to false
use_contact_avatars = true;