forked from mirrors_public/oddlama_nix-config
fix: enable oauth for immich; enable network access for immich containers; remove nixvim-wayland
This commit is contained in:
parent
924645cafb
commit
8b67068237
9 changed files with 201 additions and 266 deletions
|
@ -117,7 +117,7 @@ in {
|
|||
client_id = "grafana";
|
||||
client_secret = "$__file{${config.age.secrets.grafana-oauth2-client-secret.path}}";
|
||||
scopes = "openid email profile";
|
||||
login_attribute_path = "prefered_username";
|
||||
login_attribute_path = "preferred_username";
|
||||
auth_url = "https://${sentinelCfg.networking.providedDomains.kanidm}/ui/oauth2";
|
||||
token_url = "https://${sentinelCfg.networking.providedDomains.kanidm}/oauth2/token";
|
||||
api_url = "https://${sentinelCfg.networking.providedDomains.kanidm}/oauth2/openid/grafana/userinfo";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue