music
This commit is contained in:
@@ -131,6 +131,7 @@ in
|
|||||||
"ffmpeg" # Enables camera streams
|
"ffmpeg" # Enables camera streams
|
||||||
"zha" # Enables Zigbee integration
|
"zha" # Enables Zigbee integration
|
||||||
"homekit"
|
"homekit"
|
||||||
|
"music_assistant"
|
||||||
];
|
];
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
customComponents = with pkgs.home-assistant-custom-components; [
|
||||||
auth-header
|
auth-header
|
||||||
@@ -401,5 +402,7 @@ in
|
|||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
mosquittoPort
|
mosquittoPort
|
||||||
zigbee2mqttPort
|
zigbee2mqttPort
|
||||||
|
8095
|
||||||
|
8097
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"/var/lib/systemd/coredump"
|
"/var/lib/systemd/coredump"
|
||||||
"/var/lib/zigbee2mqtt"
|
"/var/lib/zigbee2mqtt"
|
||||||
"/var/lib/postgresql"
|
"/var/lib/postgresql"
|
||||||
"/var/lib/music-assistant"
|
# "/var/lib/music-assistant"
|
||||||
"/etc/NetworkManager/system-connections"
|
"/etc/NetworkManager/system-connections"
|
||||||
"/etc/secureboot"
|
"/etc/secureboot"
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user