A new start
This commit is contained in:
commit
72271e8cae
78 changed files with 2472 additions and 0 deletions
22
users/profiles/git/default.nix
Normal file
22
users/profiles/git/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
extraConfig = {
|
||||
pull.rebase = false;
|
||||
};
|
||||
|
||||
userName = "aciceri";
|
||||
userEmail = "andrea.ciceri@autistici.org";
|
||||
signing = {
|
||||
signByDefault = true;
|
||||
key = "andrea.ciceri@autistici.org";
|
||||
};
|
||||
extraConfig = {
|
||||
url = {
|
||||
"ssh://git@github.com/" = { insteadOf = https://github.com/; };
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue