diff --git a/modules/system/home-assistant.nix b/modules/system/home-assistant.nix --- 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" + ]; + }; }