1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: typos

This commit is contained in:
oddlama 2023-08-27 16:22:26 +02:00
parent 9891a0743d
commit 8ad13ec0bf
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 6 additions and 5 deletions

View file

@ -98,7 +98,7 @@ in {
groups."grafana.server-admins" = {};
systems.oauth2.grafana = {
displayName = "Grafana";
originUrl = "https://${config.networking.providedDomains.grafana}";
originUrl = "https://${sentinelCfg.networking.providedDomains.grafana}";
basicSecretFile = config.age.secrets.kanidm-oauth2-grafana.path;
scopeMaps.grafana = ["openid" "email" "profile"];
supplementaryScopeMaps = {
@ -113,7 +113,7 @@ in {
groups."forgejo.admins" = {};
systems.oauth2.forgejo = {
displayName = "Forgejo";
originUrl = "https://${config.networking.providedDomains.forgejo}";
originUrl = "https://${sentinelCfg.networking.providedDomains.forgejo}";
basicSecretFile = config.age.secrets.kanidm-oauth2-forgejo.path;
scopeMaps.forgejo = ["openid" "email" "profile"];
supplementaryScopeMaps = {
@ -126,6 +126,7 @@ in {
# Web Sentinel
groups.web-sentinel = {};
groups."web-sentinel.adguardhome" = {};
groups."web-sentinel.influxdb" = {};
systems.oauth2.web-sentinel = {
displayName = "Web Sentinel";
originUrl = "https://oauth2.${personalDomain}";