From 0f56a760dbaf5c45a4daa800fb4a856208a5b55a Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 27 Oct 2025 10:00:42 +0100 Subject: [PATCH] feat(home-assistant): add bluetooth support. --- modules/servers/tyr/home-assistant.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/servers/tyr/home-assistant.nix b/modules/servers/tyr/home-assistant.nix index 015a26d..3707c21 100644 --- a/modules/servers/tyr/home-assistant.nix +++ b/modules/servers/tyr/home-assistant.nix @@ -5,17 +5,17 @@ ports = [ "8123:8123" ]; + privileged = true; capabilities = { NET_ADMIN = true; NET_RAW = true; }; + extraOptions = ["--network=host"]; volumes = [ + "/etc/localtime:/etc/localtime:ro" "/var/lib/homeassistant:/config" "/run/dbus:/run/dbus:ro" ]; - environment = { - TZ = "Europe/Berlin"; - }; }; services.restic.backups = {