From 3c66e184f19a6e4222fe4aa88e320ff041348a97 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 7 Mar 2025 14:34:33 -0600 Subject: [PATCH] music --- hosts/homeassistant/homeassistant.nix | 15 +++++++++++++++ hosts/homeassistant/impermanence.nix | 1 + 2 files changed, 16 insertions(+) diff --git a/hosts/homeassistant/homeassistant.nix b/hosts/homeassistant/homeassistant.nix index bbb3e43..8fcaa89 100755 --- a/hosts/homeassistant/homeassistant.nix +++ b/hosts/homeassistant/homeassistant.nix @@ -359,6 +359,21 @@ in }; }; }; + + music-assistant = { + enable = true; + providers = [ + "airplay" + "apple_music" + "chromecast" + "spotify" + "dlna" + "hass" + "hass_players" + "player_group" + "ytmusic" + ]; + }; }; # Enable required hardware support for the Zigbee adapter diff --git a/hosts/homeassistant/impermanence.nix b/hosts/homeassistant/impermanence.nix index 8883b5b..c7638d1 100755 --- a/hosts/homeassistant/impermanence.nix +++ b/hosts/homeassistant/impermanence.nix @@ -12,6 +12,7 @@ "/var/lib/systemd/coredump" "/var/lib/zigbee2mqtt" "/var/lib/postgresql" + "/var/lib/music-assistant" "/etc/NetworkManager/system-connections" "/etc/secureboot" {