From 83d01131cc481cd79b79e810ade45a8c42b2d730 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Tue, 21 Apr 2026 17:54:35 +0100 Subject: [PATCH] music-assistant: remove heos provider not yet in nixpkgs enum --- modules/system/home-assistant.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/system/home-assistant.nix b/modules/system/home-assistant.nix index c9e1d06..6252949 100644 --- a/modules/system/home-assistant.nix +++ b/modules/system/home-assistant.nix @@ -45,4 +45,16 @@ }; }; }; + + services.music-assistant = { + enable = true; + providers = [ + "builtin" + "filesystem_local" + "soundcloud" + "spotify" + "spotify_connect" + "chromecast" + ]; + }; } -- 2.51.2