services: remove synapse acme and enable it
This commit is contained in:
parent
655220ca97
commit
1c627cf0aa
@ -14,7 +14,7 @@
|
||||
./postgresql.nix
|
||||
#./gitea.nix
|
||||
#./nextcloud.nix
|
||||
#./matrix.nix
|
||||
./matrix.nix
|
||||
./coturn.nix
|
||||
./jitsi.nix
|
||||
]
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user