feat(home-assistant): add bluetooth support.
This commit is contained in:
parent
dc68246e2e
commit
0f56a760db
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue