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 = [
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue