⬆️ version bumps

This commit is contained in:
2022-08-07 17:31:10 -04:00
parent c0efcf61f8
commit f3d2dea7f5
3 changed files with 14 additions and 14 deletions

View File

@ -5,7 +5,7 @@
virtualisation.oci-containers = {
containers = {
home-assistant = {
image = "ghcr.io/home-assistant/home-assistant:2022.8.1";
image = "ghcr.io/home-assistant/home-assistant:2022.8.2";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];

View File

@ -44,7 +44,7 @@ in
virtualHosts."walkah.cloud" = {
forceSSL = true;
enableACME = true;
locations."/" = { proxyPass = "http://127.0.0.1:8080"; };
locations."/" = { proxyPass = "http://127.0.0.1:8080"; };
serverAliases = [
"walkah.net"
"www.walkah.net"