-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh: add addKeysToAgent option #3499
Conversation
73e07e8
to
a2e5d4d
Compare
a2e5d4d
to
d23ce62
Compare
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
d23ce62
to
1260e3f
Compare
My concerns persist, but I've changed the PR as suggested. I've rebased and ran all tests again. I leave the final decision to @rycee . Feel free to close or merge. |
Probably needs a rebase to get the tests passing. |
1260e3f
to
d4a3a0d
Compare
Maybe you are right. I rebased and ran the tests again locally, this time against the flake inputs |
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
d4a3a0d
to
7a69b3e
Compare
Sorry about the delay! Finally round to merging this 🙂 |
unfortunately this change inscrutably breaks behaviour for anyone who set |
This appears to have broken due to nix-community/home-manager#3499.
Description
add addKeysToAgent option to ssh module
Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Added myself as module maintainer. See example.
Added myself and the module files to
.github/CODEOWNERS
.