tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
server: enable auto_login for grafana
wiro.world
4 months ago
c26b3c44
4dcae650
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
1/1
nix.yml
success
3s
+1
1 changed file
expand all
collapse all
unified
split
nixos
profiles
server.nix
+1
nixos/profiles/server.nix
reviewed
···
322
322
323
323
client_id = "grafana";
324
324
client_secret_path = config.age.secrets.grafana-oidc-secret.path;
325
325
+
auto_login = true;
325
326
326
327
scopes = [ "openid" "profile" "email" "groups" ];
327
328
auth_url = "https://auth.wiro.world/api/oidc/authorization";