feat: several updates

This commit is contained in:
Xavier Morel
2025-12-09 14:35:20 +01:00
parent aec2e5bf63
commit a78704f30f
36 changed files with 826 additions and 150 deletions

View File

@@ -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;