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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user