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