feat: several updates
This commit is contained in:
@@ -14,7 +14,11 @@ in
|
||||
port = 8095;
|
||||
additionalPorts = [
|
||||
8097
|
||||
9090
|
||||
9000
|
||||
3483
|
||||
];
|
||||
udpPorts = [ 3483 ];
|
||||
services.music-assistant = {
|
||||
enable = true;
|
||||
providers = [
|
||||
@@ -30,6 +34,7 @@ in
|
||||
"jellyfin"
|
||||
"player_group"
|
||||
"ytmusic"
|
||||
"squeezelite"
|
||||
];
|
||||
};
|
||||
packages = with pkgs; [
|
||||
@@ -40,6 +45,9 @@ in
|
||||
logging = {
|
||||
enable = true;
|
||||
metricsEnable = true;
|
||||
journalLoggers = {
|
||||
music-assistant = "";
|
||||
};
|
||||
};
|
||||
private = true;
|
||||
auth = false;
|
||||
|
||||
Reference in New Issue
Block a user