moved haproxy to a service

This commit is contained in:
2025-02-02 22:52:57 -05:00
parent f691015920
commit d3aa49f9e4
8 changed files with 34 additions and 40 deletions

View File

@@ -16,7 +16,7 @@ in
"192.168.98.4"
];
use_x_forwarded_for = true;
trusted_proxies = "172.18.0.0/24";
trusted_proxies = "192.168.95.0/24";
};
homeassistant = {
time_zone = "America/New_York";
@@ -57,6 +57,7 @@ in
pyownet
rokuecp
uiprotect
wakeonlan
];
extraComponents = [ "isal" ];
};