Finalize Genesis virt update

This commit is contained in:
Greg Hellings
2023-09-05 11:06:35 -05:00
parent 3a67a39f6d
commit ededad0fa9
5 changed files with 162 additions and 176 deletions
+3 -6
View File
@@ -75,17 +75,14 @@ in
greg.proxies = {
"smart.thehellings.lan".target = "http://127.0.0.1:8123";
"genesis.shire-zebra.ts.net" = {
target = "http://127.0.0.1:8123";
path = "/smart/";
};
"smart.home".target = "http://127.0.0.1:8123/";
"zwave.home".target = "http://127.0.0.1:8091/";
};
# Ensure that both ports are up and running. We keep 8123 directly open because we are on the LAN and sometimes want to connect
# directly for troubleshooting Nginx configuration
networking.firewall = {
allowedTCPPorts = [ 80 443 8091 8123 ];
allowedTCPPorts = [ 80 443 ];
};
greg.backup.jobs.zwave = {