pi5 hass test
This commit is contained in:
@@ -98,6 +98,7 @@ in
|
|||||||
protonmail-bridge
|
protonmail-bridge
|
||||||
pass
|
pass
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
|
openssl
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.desktopManager.surf-display = {
|
services.xserver.desktopManager.surf-display = {
|
||||||
|
|||||||
@@ -111,6 +111,7 @@ let
|
|||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
@@ -365,7 +366,7 @@ in
|
|||||||
music-assistant = {
|
music-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
providers = [
|
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"
|
"apple_music"
|
||||||
"bluesound"
|
"bluesound"
|
||||||
"builtin"
|
"builtin"
|
||||||
@@ -386,7 +387,6 @@ in
|
|||||||
"qobuz"
|
"qobuz"
|
||||||
"radiobrowser"
|
"radiobrowser"
|
||||||
"siriusxm"
|
"siriusxm"
|
||||||
"slimproto"
|
|
||||||
"snapcast"
|
"snapcast"
|
||||||
"sonos"
|
"sonos"
|
||||||
"sonos_s1"
|
"sonos_s1"
|
||||||
|
|||||||
@@ -25,11 +25,11 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nixos-raspberrypi.cachix.org"
|
"https://nixos-raspberrypi.cachix.org"
|
||||||
"https://cache.mjallen.dev"
|
# "https://cache.mjallen.dev"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
|
"nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
|
||||||
"cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc="
|
# "cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user