From f4a29822fbf58bfcba3459959905b2ca870dab3b Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 20 Jul 2023 20:10:02 +0200 Subject: [PATCH] keycloak: enable feature declarative-user-profile This is useful for setting required attributes, e.g. to exclude firstName and lastName from the required attributes in the user profile --- hosts/flora-6/keycloak.nix | 1 + pkgs/_sources/generated.nix | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/flora-6/keycloak.nix b/hosts/flora-6/keycloak.nix index 14f91bfc..30e04655 100644 --- a/hosts/flora-6/keycloak.nix +++ b/hosts/flora-6/keycloak.nix @@ -21,6 +21,7 @@ http-host = "127.0.0.1"; http-port = 8080; proxy = "edge"; + features = "declarative-user-profile"; }; themes = { "pub.solar" = inputs.keycloak-theme-pub-solar.legacyPackages.${pkgs.system}.keycloak-theme-pub-solar; diff --git a/pkgs/_sources/generated.nix b/pkgs/_sources/generated.nix index 4a9c9654..eaf5b466 100644 --- a/pkgs/_sources/generated.nix +++ b/pkgs/_sources/generated.nix @@ -3,17 +3,17 @@ { blesh-nvfetcher = { pname = "blesh-nvfetcher"; - version = "1afc616b890e487926897e5b3e3a33e0ad833cb3"; + version = "4089c4e1cb411121472180189953664b978d8972"; src = fetchFromGitHub { owner = "akinomyoga"; repo = "ble.sh"; - rev = "1afc616b890e487926897e5b3e3a33e0ad833cb3"; + rev = "4089c4e1cb411121472180189953664b978d8972"; fetchSubmodules = true; deepClone = false; leaveDotGit = true; - sha256 = "sha256-gDxx7nDleS2HWIJWc208gcTzuRUEu/JCyepTuOJDAGo="; + sha256 = "sha256-ZLkiBm3vsRe42crLffM9Z8F5yzKvNRV2/AqK9RkuU+8="; }; - date = "2023-06-29"; + date = "2023-07-18"; }; instant-nvim-nvfetcher = { pname = "instant-nvim-nvfetcher";