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