Skip to content

Commit

Permalink
home (git): Configure work signing
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Feb 28, 2025
1 parent d8864d7 commit 3cedf98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/terminal/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ in {
user.signingKey = "9DAADC1C9FCC82D0";
};
}
{
condition = "gitdir:~/clients/";
contents = {
user.email = "[email protected]";
user.signingKey = "F9190A44AEFC562C";
};
}
];

extraConfig = {
Expand Down

0 comments on commit 3cedf98

Please sign in to comment.