mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/servnerr-3: new hass container URL
This commit is contained in:
parent
d8bec6121a
commit
14d502eb26
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
backend = "podman";
|
||||
containers = {
|
||||
home-assistant = {
|
||||
image = "homeassistant/home-assistant:stable";
|
||||
image = "ghcr.io/home-assistant/home-assistant:stable";
|
||||
extraOptions = [ "--network=host" ];
|
||||
ports = [ "8123:8123" ];
|
||||
volumes =
|
||||
|
|
Loading…
Reference in a new issue