From 50bebb3bfc0fd64e816f1ed327720361a4ffdafe Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Feb 2024 01:20:46 -0800 Subject: [PATCH] better client id? --- home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";