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 = [
"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 = {