summaryrefslogtreecommitdiff
path: root/hosts/cloud/proxy/auth.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-19 20:47:09 +0100
committerGrisha Shipunov2025-01-19 20:47:09 +0100
commitd97549d7947fe5fa8f73db2fe18d33c0040817c3 (patch)
tree162827b871283b95d403e63a8ebf95f130c5c982 /hosts/cloud/proxy/auth.nix
parent76e043171c9a6cd7957ddee5d792740ada93b8ce (diff)
treefmt
Diffstat (limited to 'hosts/cloud/proxy/auth.nix')
-rw-r--r--hosts/cloud/proxy/auth.nix4
1 files changed, 2 insertions, 2 deletions
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" = { };
};
};