mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
home-assistant: allow bluetooth
This commit is contained in:
@@ -116,6 +116,9 @@ in {
|
|||||||
"${playlistDirectoryPath}:/media"
|
"${playlistDirectoryPath}:/media"
|
||||||
"/run/dbus:/run/dbus:ro"
|
"/run/dbus:/run/dbus:ro"
|
||||||
];
|
];
|
||||||
|
# needed for bluetooth
|
||||||
|
capabilities.NET_ADMIN = true;
|
||||||
|
capabilities.NET_RAW = true;
|
||||||
environment.TZ = "Europe/Berlin";
|
environment.TZ = "Europe/Berlin";
|
||||||
image = "ghcr.io/home-assistant/home-assistant:stable";
|
image = "ghcr.io/home-assistant/home-assistant:stable";
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
|||||||
Reference in New Issue
Block a user