jabber: cleanup

This commit is contained in:
Sandro - 2023-10-11 20:19:55 +02:00
parent 808509cece
commit f33ea01139
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ in
backup.paths = [ "/var/lib/prosody/" ];
collectd.plugins.exec = ''
Exec "${config.services.collectd.user}" "${pkgs.ruby}/bin/ruby" "${./prosody-stats.rb}"
Exec "${config.services.collectd.user}" "${lib.getExe pkgs.ruby}" "${./prosody-stats.rb}"
'';
coturn = {