Compare commits
2 Commits
33829bd989
...
658097cd82
| Author | SHA1 | Date | |
|---|---|---|---|
|
658097cd82
|
|||
|
37c1f5fe4f
|
@@ -70,12 +70,14 @@ in
|
|||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = settings.gitName;
|
settings = {
|
||||||
userEmail = settings.gitEmail;
|
|
||||||
extraConfig = {
|
|
||||||
user.signingkey = settings.gitKey;
|
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
|
user = {
|
||||||
|
name = settings.gitName;
|
||||||
|
email = settings.gitEmail;
|
||||||
|
signingkey = settings.gitKey;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user