GKVEKROR3SXNRPXUVEFXLEGSV4LPQR7RVC4QDZJGWW2RKXADSV5QC
TTZMDTJO3H6M2ZPFNW6HYXGFVM7YSBA4NKWQCXDNLVZK4QAXNFWQC
YFWDBAWXXEYS2Q2JAAL56B3NDNC4AV5KFNM3VPH6OXNKEOX6RDKAC
5G7WRBMWKG6DMCOHE6WQHTYZACUHO2UPBZRWN72CFH7P45NN5E7QC
UDFGU6X2GVJSKYXZEF37SS3UH47NUYHGRFG2HGMNDSUVSBGSDI6AC
environment.systemPackages = [ pkgs.git-credential-oauth ];
credential.helper = "!gh auth git-credential";
credential.helper = [ "!gh auth git-credential" "cache --timeout 21600" # 6 hours "oauth" "oauth -device" ]; core.sshCommand = "ssh -i ~/.ssh/id";
credential.helper = [
"!gh auth git-credential"
"cache --timeout 21600" # 6 hours
"oauth"
"oauth -device"
];
core.sshCommand = "ssh -i ~/.ssh/id";