summaryrefslogtreecommitdiff
path: root/hosts/cloud/proxy/auth.nix
diff options
context:
space:
mode:
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" = { };
};
};