hotfix mautrix-discord

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-18 20:32:17 +01:00
parent d75af65717
commit 7b7dfde7be
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -67,9 +67,6 @@ in {
${pkgs.envsubst}/bin/envsubst \
-o ${settingsFile} \
-i ${settingsFileUnsubstituted}
# Not all secrets can be passed as environment variable (yet)
# https://github.com/tulir/mautrix-telegram/issues/584
[ -f ${settingsFile} ] && rm -f ${settingsFile}
'';
serviceConfig = {
Type = "oneshot";