1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

home-assistant: enable bluetooth

This commit is contained in:
2024-07-10 12:57:19 +02:00
parent c9a83021a9
commit a744ed593b

View File

@@ -72,12 +72,15 @@ in {
}; };
}; };
hardware.bluetooth.enable = true;
virtualisation.oci-containers = { virtualisation.oci-containers = {
backend = "podman"; backend = "podman";
containers.homeassistant = { containers.homeassistant = {
volumes = [ volumes = [
"${volumeName}:/config" "${volumeName}:/config"
"${playlistDirectoryPath}:/media" "${playlistDirectoryPath}:/media"
"/run/dbus:/run/dbus:ro"
]; ];
environment.TZ = "Europe/Berlin"; environment.TZ = "Europe/Berlin";
image = "ghcr.io/home-assistant/home-assistant:stable"; image = "ghcr.io/home-assistant/home-assistant:stable";