yep, more dotfiles

weird-row-server: remove paisa

wiro.world a0a817b3 bde1c231

verified
+3
+3
hosts/weird-row-server/grafana.nix
··· 35 35 client_secret_path = config.age.secrets.grafana-oidc-secret.path; 36 36 auto_login = true; 37 37 38 + role_attribute_path = "contains(roles[*], 'admin') && 'GrafanaAdmin' || contains(roles[*], 'editor') && 'Editor' || 'Viewer'"; 39 + allow_assign_grafana_admin = true; 40 + 38 41 scopes = [ "openid" "profile" "email" "groups" ]; 39 42 auth_url = "https://auth.wiro.world/api/oidc/authorization"; 40 43 token_url = "https://auth.wiro.world/api/oidc/token";