Skip to content

Commit

Permalink
x64-linux-dev-01: accept GIT_COMMITTER_* env vars in SSH sessions
Browse files Browse the repository at this point in the history
this allows devs to override this variable via their SSH config
  • Loading branch information
steveej committed Jul 10, 2024
1 parent 94effe9 commit 0c6aba9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ in {
};

services.openssh.settings.AcceptEnv = builtins.concatStringsSep " " [
"GIT_AUTHOR_NAME"
"GIT_AUTHOR_EMAIL"
"GIT_AUTHOR_*"
"GIT_COMMITTER_*"
];
}

Expand Down

0 comments on commit 0c6aba9

Please sign in to comment.