Skip to content

Commit

Permalink
nixos: update music-assistant to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Sep 12, 2024
1 parent 2fc41bd commit 7586d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/services/music-assistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ in
virtualisation.oci-containers.containers = {
music-assistant = {
autoStart = true;
image = "ghcr.io/music-assistant/server:2.1.1";
image = "ghcr.io/music-assistant/server:2.2.3";
volumes = [
"/etc/music-assistant/data:/data"
"/media/music:/media:ro"
Expand Down

0 comments on commit 7586d60

Please sign in to comment.