yep, more dotfiles

server: enable auto_login for grafana

wiro.world c26b3c44 4dcae650

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