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" {