yep, more dotfiles

server: enable auto_login for grafana

wiro.world c26b3c44 4dcae650

verified
Changed files
+1
nixos
profiles
+1
nixos/profiles/server.nix
···
client_id = "grafana";
client_secret_path = config.age.secrets.grafana-oidc-secret.path;
+
auto_login = true;
scopes = [ "openid" "profile" "email" "groups" ];
auth_url = "https://auth.wiro.world/api/oidc/authorization";