This commit is contained in:
mjallen18
2025-10-21 22:21:31 -05:00
parent 52fc211dbf
commit 6b6cf3eee1
2 changed files with 2 additions and 1 deletions

View File

@@ -348,7 +348,7 @@ in
actual.loadBalancer.servers = [ actual.loadBalancer.servers = [
{ {
url = "http://10.0.1.3:3333"; url = "https://10.0.1.3:3333";
} }
]; ];

View File

@@ -153,6 +153,7 @@ in
8181 8181
5432 5432
3001 3001
3333
]; ];
allowedUDPPorts = config.${namespace}.network.firewall.allowedTCPPorts; allowedUDPPorts = config.${namespace}.network.firewall.allowedTCPPorts;
}; };