From 5315f97bd426436af382e58ad4e071a14bdbe71f Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Mon, 9 Jun 2025 11:16:39 -0500 Subject: [PATCH] pi5 hass test --- hosts/homeassistant/configuration.nix | 1 + hosts/homeassistant/homeassistant.nix | 4 ++-- hosts/pi5/configuration.nix | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/homeassistant/configuration.nix b/hosts/homeassistant/configuration.nix index 84b70bd..6bd15ef 100755 --- a/hosts/homeassistant/configuration.nix +++ b/hosts/homeassistant/configuration.nix @@ -98,6 +98,7 @@ in protonmail-bridge pass gnome-keyring + openssl ]; services.xserver.desktopManager.surf-display = { diff --git a/hosts/homeassistant/homeassistant.nix b/hosts/homeassistant/homeassistant.nix index 2809ce0..d071ad4 100755 --- a/hosts/homeassistant/homeassistant.nix +++ b/hosts/homeassistant/homeassistant.nix @@ -111,6 +111,7 @@ let ]); in { + services.home-assistant = { enable = true; openFirewall = true; @@ -365,7 +366,7 @@ in music-assistant = { enable = true; providers = [ - "airplay" + # "airplay" # music-assistant: airplay support is missing libraop, a library we will not package because it depends on OpenSSL 1.1. "apple_music" "bluesound" "builtin" @@ -386,7 +387,6 @@ in "qobuz" "radiobrowser" "siriusxm" - "slimproto" "snapcast" "sonos" "sonos_s1" diff --git a/hosts/pi5/configuration.nix b/hosts/pi5/configuration.nix index c1d0626..0dfe95c 100755 --- a/hosts/pi5/configuration.nix +++ b/hosts/pi5/configuration.nix @@ -25,11 +25,11 @@ in settings = { substituters = [ "https://nixos-raspberrypi.cachix.org" - "https://cache.mjallen.dev" + # "https://cache.mjallen.dev" ]; trusted-public-keys = [ "nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI=" - "cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc=" + # "cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc=" ]; }; };