diff --git a/home.nix b/home.nix index 943e30f..3eb053c 100644 --- a/home.nix +++ b/home.nix @@ -105,8 +105,8 @@ "cache --timeout 7200" "oauth" ]; - "http://git.zynh.me" = { - oauthClientId = "a4792ccc-144e-407e-86c9-5e7d8d9c3269"; + "https://git.zynh.me" = { + oauthClientId = "13d5b95d-565d-4264-8961-c45cc38eaa8a"; oauthScopes = "read_repository write_repository"; oauthAuthURL = "/login/oauth/authorize"; oauthTokenURL = "/login/oauth/access_token";