serverIP : { image = "ghcr.io/home-assistant/home-assistant:2024.11.0"; #ports = [ #"8123:8123" #]; volumes = [ "/etc/localtime:/etc/localtime:ro" "/serverdata/home-assistant:/config" ]; extraOptions = [ "--privileged" "--network=host" #"--device /dev/ttyUSB0" #"--device /dev/ttyUSB1" ]; }