Travis Kinney

Results 3 comments of Travis Kinney

As a workaround, I've been writing to the system `gitconfig` instead: ```json "postCreateCommand": "sudo git config --system --add safe.directory ${containerWorkspaceFolder}", ``` I agree that the dev container CLI should manage...

Bumping this as SOPS officially added support for SSH keys in [v3.10.0](https://github.com/getsops/sops/releases/tag/v3.10.0). I've been using only SSH keys in my own config for a couple months now and have had...

@nikhilmaddirala I added sops-nix to my config [in this commit](https://github.com/travisty-/dotfiles/commit/efe8bbc598d5a66a687c1e59b26e7bb922c38644) if you want to take a look. I started with SSH keys up front though, so I didn't have to...