feat: lets have a look oida
This commit is contained in:
parent
b9945561f7
commit
a411579d93
2 changed files with 18 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue