summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2022-01-10 00:42:23 +0300
committerNikolay Amiantov <ab@fmap.me>2022-01-16 11:25:44 +0300
commita42abe27c0b58749f1c563fc77305d145c739746 (patch)
tree5914f043ad8539f91fb1eada84c548bdff2abffb
parent827267a27f300a8fe503986da2570bc3b9252e69 (diff)
downloadnixpkgs-a42abe27c0b58749f1c563fc77305d145c739746.tar
nixpkgs-a42abe27c0b58749f1c563fc77305d145c739746.tar.gz
nixpkgs-a42abe27c0b58749f1c563fc77305d145c739746.tar.bz2
nixpkgs-a42abe27c0b58749f1c563fc77305d145c739746.tar.lz
nixpkgs-a42abe27c0b58749f1c563fc77305d145c739746.tar.xz
nixpkgs-a42abe27c0b58749f1c563fc77305d145c739746.tar.zst
nixpkgs-a42abe27c0b58749f1c563fc77305d145c739746.zip
keycloak service: use 'attrsOf anything' for extraConfig
-rw-r--r--nixos/modules/services/web-apps/keycloak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/keycloak.nix b/nixos/modules/services/web-apps/keycloak.nix
index 2dce4b242a3..d4177c77bce 100644
--- a/nixos/modules/services/web-apps/keycloak.nix
+++ b/nixos/modules/services/web-apps/keycloak.nix
@@ -230,7 +230,7 @@ in
     };
 
     extraConfig = lib.mkOption {
-      type = lib.types.attrs;
+      type = lib.types.attrsOf lib.types.anything;
       default = { };
       example = lib.literalExpression ''
         {