This commit is contained in:
soraefir
2026-05-18 21:50:52 +02:00
parent 44d9ae0faf
commit f6498b3177
4 changed files with 11 additions and 35 deletions

View File

@@ -18,9 +18,6 @@ in {
image = "ghcr.io/home-assistant/home-assistant:${version}";
port = 8123;
secret = name;
extraEnv = {
TZ = config.time.timeZone or "UTC";
};
extraOptions = [
"--network=host" # Shares host IP: fixes timeouts & MDNS discovery
"--cap-add=NET_ADMIN" # Grants administrative network rights to fix DHCP packets