Clean up home assistant config

This commit is contained in:
Greg Hellings
2022-10-05 09:06:41 -05:00
parent b8faa0db4d
commit fb332b2a46
+2 -2
View File
@@ -1,7 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
unstable = import <nixos-unstable> {};
service_list = [ "podman-home-assistant.service" ]; service_list = [ "podman-home-assistant.service" ];
in in
{ {
@@ -54,6 +53,7 @@ in
volumes = [ "/var/lib/zwave:/usr/src/app/store" ]; volumes = [ "/var/lib/zwave:/usr/src/app/store" ];
extraOptions = [ extraOptions = [
"--device" "/dev/serial/by-id/usb-0658_0200-if00:/dev/zwave" "--device" "/dev/serial/by-id/usb-0658_0200-if00:/dev/zwave"
"--pull=newer"
]; ];
}; };
}; };
@@ -74,7 +74,7 @@ in
# directly for troubleshooting Nginx configuration # directly for troubleshooting Nginx configuration
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 80 8091 8123 ]; allowedTCPPorts = [ 80 443 8091 8123 ];
}; };
greg.backup.jobs.zwave = { greg.backup.jobs.zwave = {