mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix lavalink
This commit is contained in:
parent
8f0a9bf7f5
commit
9ac9b2005c
4 changed files with 8 additions and 9 deletions
|
|
@ -60,14 +60,11 @@
|
|||
builtins.replaceStrings
|
||||
[
|
||||
"@refresh_token@"
|
||||
|
||||
"@password@"
|
||||
]
|
||||
[
|
||||
config.sops.placeholder."lavalink/refresh_token"
|
||||
|
||||
config.sops.placeholder."lavalink/password"
|
||||
|
||||
]
|
||||
(builtins.readFile ./application.yml);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue