Home Assistant: Difference between revisions

imported>Mweinelt
imported>Mweinelt
OCI Container: Warn about missing container image name reevaluation in the example
Line 32: Line 32:
       volumes = [ "home-assistant:/config" ];
       volumes = [ "home-assistant:/config" ];
       environment.TZ = "Europe/Berlin";
       environment.TZ = "Europe/Berlin";
       image = "ghcr.io/home-assistant/home-assistant:stable";
       image = "ghcr.io/home-assistant/home-assistant:stable"; # Warning: if the tag does not change, the image will not be updated
       extraOptions = [  
       extraOptions = [  
         "--network=host"  
         "--network=host"  
Line 41: Line 41:
}
}
</syntaxHighlight>
</syntaxHighlight>


== NixOS Module ==
== NixOS Module ==