diff --git a/hosts/2maccabees/home-assistant.nix b/hosts/2maccabees/home-assistant.nix index 2bfbd68..6e40b9e 100755 --- a/hosts/2maccabees/home-assistant.nix +++ b/hosts/2maccabees/home-assistant.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: let - unstable = import {}; service_list = [ "podman-home-assistant.service" ]; in { @@ -54,6 +53,7 @@ in volumes = [ "/var/lib/zwave:/usr/src/app/store" ]; extraOptions = [ "--device" "/dev/serial/by-id/usb-0658_0200-if00:/dev/zwave" + "--pull=newer" ]; }; }; @@ -74,7 +74,7 @@ in # directly for troubleshooting Nginx configuration networking.firewall = { enable = true; - allowedTCPPorts = [ 80 8091 8123 ]; + allowedTCPPorts = [ 80 443 8091 8123 ]; }; greg.backup.jobs.zwave = {