Skip to content

Commit

Permalink
Remove previous employers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Dec 22, 2024
1 parent 59a53a8 commit 42b4fe3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions components/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ in
format = "ssh";
ssh.allowedSignersFile = builtins.toFile "allowed_signers" ''
[email protected] ${publicKey}
[email protected] ${publicKey}
[email protected] ${publicKey}
'';
};
Expand All @@ -95,18 +94,6 @@ in
user.email = "[email protected]";
};
}
{
condition = "hasconfig:remote.*.url:[email protected]:valora-digital/**";
contents = {
user.email = "[email protected]";
};
}
{
condition = "hasconfig:remote.*.url:https://git.sonova.com/*/**";
contents = {
user.email = "[email protected]";
};
}
{
condition = "hasconfig:remote.*.url:ssh://[email protected]:*/**";
contents = {
Expand Down

0 comments on commit 42b4fe3

Please sign in to comment.