jabber: reload prosody when updating cert

This commit is contained in:
Sandro - 2023-06-22 20:36:31 +02:00
parent b31782f405
commit 0000009ca3
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ in
# DynDNS method
dnsProvider = "rfc2136";
credentialsFile = config.sops.secrets."acme/credentials-file".path;
reloadServices = [ "prosody" ];
# Make keys accessible by putting them in prosody's group
inherit (config.services.prosody) group;
};