1
0
Fork 0
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:
Matt Layher 2022-02-21 09:02:13 -05:00
parent d8bec6121a
commit 14d502eb26

View file

@ -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 =