From fb332b2a46cff10cb548e3b8ff76688b7938a5ae Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 5 Oct 2022 09:06:41 -0500 Subject: [PATCH] Clean up home assistant config --- hosts/2maccabees/home-assistant.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {