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:
parent
ab3017c4e0
commit
933e10847f
1 changed files with 1 additions and 1 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue