fix: let ssh config handle ForwardAgent and AddKeysToAgent instead of forcing specific sockets or paths!
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 27s
Nix Format Check / check-format (push) Failing after 1m25s
Python Lint Check / check-python (push) Has been cancelled

This commit is contained in:
2025-07-15 22:49:51 +00:00
parent ae0c692ff8
commit 431a6620bc
2 changed files with 0 additions and 5 deletions

View File

@@ -111,9 +111,6 @@ export NIXPKGS_ALLOW_UNFREE=1
# Allow insecure nixpkgs
export NIXPKGS_ALLOW_INSECURE=1
# 1Password SSH Agent
export SSH_AUTH_SOCK=$HOME/.1password/agent.sock
# Tradaware / DiscountOffice Configuration
if [ -d "/home/menno/Projects/Work" ]; then
export TRADAWARE_DEVOPS=true

View File

@@ -1,6 +1,4 @@
Host *
IdentityFile ~/.ssh/mennos-2025.pem
IdentityAgent ~/.1password/agent.sock
AddKeysToAgent yes
ForwardAgent yes