Skip to content

Commit

Permalink
x64-linux-dev-01: accept GIT_AUTHOR_* 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 19bbbfc commit ea87733
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ in {
# additional packages for this user go here
];
};

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

../../nixos/dev-minio.nix
Expand Down

0 comments on commit ea87733

Please sign in to comment.