feat(home-assistant): add bluetooth support.

This commit is contained in:
CronyAkatsuki 2025-10-27 10:00:42 +01:00
parent dc68246e2e
commit 0f56a760db

View file

@ -5,17 +5,17 @@
ports = [ ports = [
"8123:8123" "8123:8123"
]; ];
privileged = true;
capabilities = { capabilities = {
NET_ADMIN = true; NET_ADMIN = true;
NET_RAW = true; NET_RAW = true;
}; };
extraOptions = ["--network=host"];
volumes = [ volumes = [
"/etc/localtime:/etc/localtime:ro"
"/var/lib/homeassistant:/config" "/var/lib/homeassistant:/config"
"/run/dbus:/run/dbus:ro" "/run/dbus:/run/dbus:ro"
]; ];
environment = {
TZ = "Europe/Berlin";
};
}; };
services.restic.backups = { services.restic.backups = {