services: remove synapse acme and enable it

This commit is contained in:
Kabbone 2022-12-27 21:03:21 +01:00
parent 655220ca97
commit 1c627cf0aa
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 1 additions and 7 deletions

View File

@ -14,7 +14,7 @@
./postgresql.nix
#./gitea.nix
#./nextcloud.nix
#./matrix.nix
./matrix.nix
./coturn.nix
./jitsi.nix
]

View File

@ -66,12 +66,6 @@ in {
};
};
security.acme.certs.${config.services.matrix-synapse.server_name} = {
/* insert here the right configuration to obtain a certificate */
postRun = "systemctl restart synapse.service";
group = "synapse";
};
age.secrets."services/matrix/synapse.yml" = {
file = ../../../secrets/services/matrix/synapse.age;
owner = "synapse";