Compare commits
1 Commits
main
..
e496038938
| Author | SHA1 | Date | |
|---|---|---|---|
|
e496038938
|
@@ -96,6 +96,15 @@ in
|
|||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
# signing =
|
||||||
|
# if (env.git or { }) ? signingKey then
|
||||||
|
# {
|
||||||
|
# key = env.git.signingKey;
|
||||||
|
# signByDefault = true;
|
||||||
|
# }
|
||||||
|
# else
|
||||||
|
# { signByDefault = false; };
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
user.name = "Anton";
|
user.name = "Anton";
|
||||||
user.email = "aligator.h0spital.e@gmail.com";
|
user.email = "aligator.h0spital.e@gmail.com";
|
||||||
@@ -119,10 +128,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
"url \"ssh://git@github.com/\"".insteadOf = "gh:";
|
"url \"ssh://git@github.com/\"".insteadOf = "gh:";
|
||||||
"url \"ssh://git@github.com/antonw51\"".insteadOf = "gh/me:";
|
"url \"ssh://git@github.com/antonw51\"".insteadOf = "gh:me";
|
||||||
|
|
||||||
"url \"ssh://git@ip.louiscreates.com/\"".insteadOf = "tea:";
|
"url \"ssh://git@ip.louiscreates.com/\"".insteadOf = "tea:";
|
||||||
"url \"ssh://git@ip.louiscreates.com/antonw51\"".insteadOf = "tea/me:";
|
"url \"ssh://git@ip.louiscreates.com/antonw51\"".insteadOf = "tea:me";
|
||||||
|
|
||||||
alias.ref = "show -s --pretty = reference";
|
alias.ref = "show -s --pretty = reference";
|
||||||
};
|
};
|
||||||
@@ -188,6 +197,8 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# programs.vesktop = pkgs.callPackage { };
|
||||||
|
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user