1
0
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:
2025-12-19 15:05:54 +01:00
parent 1bba38be77
commit 682db94aae

View File

@@ -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 = [