mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
better services
This commit is contained in:
parent
29b35ab058
commit
518ab13797
10 changed files with 189 additions and 123 deletions
|
|
@ -7,6 +7,7 @@
|
|||
address = link.ipv4;
|
||||
};
|
||||
lavalink = {
|
||||
pluginsDir = lavalinkPlugins;
|
||||
plugins = [
|
||||
{
|
||||
dependency = "dev.lavalink.youtube:youtube-plugin:1.11.5";
|
||||
|
|
@ -74,7 +75,6 @@
|
|||
metrics.prometheus.enabled = false;
|
||||
|
||||
plugins = {
|
||||
pluginsDir = lavalinkPlugins;
|
||||
youtube = {
|
||||
allowDirectPlaylistIds = true;
|
||||
allowDirectVideoIds = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue