From f42de04ac94ce4e48f24c93e0e3f8a85577f441e Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 24 Jul 2025 17:32:01 -0500 Subject: [PATCH] datatype --- system-config/services/containers/keycloak/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/services/containers/keycloak/default.nix b/system-config/services/containers/keycloak/default.nix index fa2db53..07fc786 100644 --- a/system-config/services/containers/keycloak/default.nix +++ b/system-config/services/containers/keycloak/default.nix @@ -59,7 +59,7 @@ proxy-headers = "xforwarded"; - proxy-trusted-addresses = [ "192.168.100.11" ]; + proxy-trusted-addresses = "192.168.100.11"; }; initialAdminPassword = "7567";