fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user