feat!: remove git oauth and just use ssh keys
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
{
|
{
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
git-credential-oauth
|
|
||||||
git-crypt
|
git-crypt
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -15,10 +12,6 @@
|
|||||||
settings = {
|
settings = {
|
||||||
user.name = "Leonhard Kost";
|
user.name = "Leonhard Kost";
|
||||||
user.email = "leonhard.kost@gmail.com";
|
user.email = "leonhard.kost@gmail.com";
|
||||||
credential.helper = [
|
|
||||||
"cache --timeout 21600"
|
|
||||||
("oauth" + lib.optionalString (!config.kekleo.graphical) " -device")
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user