From d97549d7947fe5fa8f73db2fe18d33c0040817c3 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 19 Jan 2025 20:47:09 +0100 Subject: treefmt --- hosts/cloud/proxy/auth.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/cloud/proxy/auth.nix') diff --git a/hosts/cloud/proxy/auth.nix b/hosts/cloud/proxy/auth.nix index 27ee2ee..b8e10d5 100644 --- a/hosts/cloud/proxy/auth.nix +++ b/hosts/cloud/proxy/auth.nix @@ -2,8 +2,8 @@ { services.nginx.upstreams.keycloak = { servers = { - "10.89.88.11:38080" = {}; - "[fd31:185d:722f::11]:38080" = {}; + "10.89.88.11:38080" = { }; + "[fd31:185d:722f::11]:38080" = { }; }; }; -- cgit v1.3.1