srid / nixos-config

KISS NixOS configuration based on Flakes & flake-parts (supports macOS too)
433 stars 17 forks source link

Nixify `.ssh/config` using home-manager #36

Closed srid closed 8 months ago

srid commented 1 year ago
Host actual
  HostName 167.205.125.179
  ForwardAgent yes

Host biryani
  User admin
  HostName 100.97.32.60
  ForwardAgent yes

# To clone Juspay repos.
# https://developer.1password.com/docs/ssh/agent/advanced/#match-key-with-host
Host bitbucket.org
  IdentityFile ~/.ssh/juspay.pub
  IdentitiesOnly yes

Host *
  IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"