fix lavalink

This commit is contained in:
Gerg-L 2025-02-25 17:59:21 -05:00
parent 8f0a9bf7f5
commit 9ac9b2005c
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
4 changed files with 8 additions and 9 deletions

View file

@ -60,14 +60,11 @@
builtins.replaceStrings
[
"@refresh_token@"
"@password@"
]
[
config.sops.placeholder."lavalink/refresh_token"
config.sops.placeholder."lavalink/password"
]
(builtins.readFile ./application.yml);
};