Fix: git options change
This commit is contained in:
parent
14f57637f1
commit
e7e57b90af
1 changed files with 4 additions and 2 deletions
|
|
@ -4,8 +4,10 @@ globals = import ../../config/globals.nix;
|
|||
in {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = globals.admin.name;
|
||||
userEmail = globals.admin.email;
|
||||
settings.user = {
|
||||
name = globals.admin.name;
|
||||
email = globals.admin.email;
|
||||
};
|
||||
};
|
||||
}
|
||||
# vim: set ts=2 sw=2 sts=2 et :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue