From 0d3e2398bcfcfb6cfaeb91b72f7f046e020a8e80 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Fri, 11 Jul 2025 22:19:30 +0300 Subject: [PATCH] Fix haproxy config --- nixos-modules/loadbalancer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-modules/loadbalancer/default.nix b/nixos-modules/loadbalancer/default.nix index eb129bd..cbefaea 100644 --- a/nixos-modules/loadbalancer/default.nix +++ b/nixos-modules/loadbalancer/default.nix @@ -78,11 +78,11 @@ let server s1 ${getBackplaneIp "cyprianspitz"}:${headscalePort} # Winder Study Project (tmp) - backend workstations-3000 + backend workstations-3000-http mode http server s1 10.247.0.156:3000 - backend workstations-8080 + backend workstations-8080-http mode http server s1 10.247.0.156:8080 '';