set git agent information
This commit is contained in:
parent
69b8f5ceca
commit
caea10c1e2
1 changed files with 7 additions and 0 deletions
|
@ -74,6 +74,13 @@ in {
|
|||
# Let Home Manager install and manage itself.
|
||||
home-manager.enable = true;
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "Eve Halfmann";
|
||||
userEmail = "evesnrobins@gmail.com";
|
||||
extraConfig.init.defaultBranch = "main";
|
||||
};
|
||||
|
||||
openssh = {
|
||||
hostKeys = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue