Ryan Mulligan

Results 173 comments of Ryan Mulligan

This is looking simpler than I remembered! My main concern (beyond needing another round of merge conflict fixes) is having some kind of test for this in GitHub Actions. I'm...

Maybe this can provide some inspiration for making a GitHub action for testing this? https://github.com/LnL7/nix-darwin/blob/master/.github/workflows/test.yml

@3noch If your setup allows you to remove the statefile for a deployment, you can recreate it, which will effectively rotate the root ssh key.

You could copy the old keys somewhere locally, or use some other key temporarily. You can configure additional root keys with `users.extraUsers.root.openssh.authorizedKeys.keys`. The IP address can be set with `deployment.targetHost`.

@duckinator thanks for the review. All checks are passing now.

@deivid-rodriguez Thanks for the review! Yeah, it does seem like a bug that commands that are not supposed to effect the disk are calling `requires_sudo?` https://github.com/rubygems/rubygems/blob/dc133dceca0ea12b1fb0ad492ad3c9a607d1a430/bundler/lib/bundler.rb#L471 and that would be...

Great, that should fix my issue!

I'm closing this since it has had a merge conflict for a while and no one else has voiced their interest. If this gets picked up again, we should have...

@n8henrie Thank you for adding the Darwin support to agenix and your thoughtful issues/PRs lately. Are you okay with me adding you as a collaborator on this project?

Okay, n8henrie is now a collaborator!