fix(sourcehut): update oauth-client-id

This time I'm trying to sidestep the ssl certificate issue by accessing
internal services using http.

Using this as a redirect URL:
http://git.sourcehut.nixos.local/oauth/callback
This commit is contained in:
Khaïs COLIN 2024-08-11 12:05:40 +02:00
parent ab3017c4e0
commit 933e10847f

View file

@ -265,7 +265,7 @@ in
service-key = "/etc/nixos/secrets/sourcehut/service.key";
};
"git.sr.ht" = {
oauth-client-id = "78d7e221ea540f10";
oauth-client-id = "7f2819091157584f";
oauth-client-secret = "/etc/nixos/secrets/sourcehut/git.oauth";
};
"man.sr.ht" = {