Skip to content

Commit

Permalink
chore: move xcode config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 15, 2024
1 parent 8fc69c9 commit 21994ed
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .config/nix/files/ssh/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Forward ssh agent to the remote machine.
ForwardAgent yes

# Automatically add all common hosts to the host file as they are connected to.
StrictHostKeyChecking no

# 1Password SSH Agent
# https://developer.1password.com/docs/ssh/get-started
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
1 change: 1 addition & 0 deletions .config/nix/files/ssh/tom.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC/Jq1ON3FEmGqWtKwd2JML+imauO3Rfdk8J9ra8yvuxcXLT7bAOGGOKm8nETd9IVeTZMoU01yyHtrbwI3G+LG2imPrXmSgUri6MGZ/Ef5+7pUsTPStjN38mpSoMsQuxdH95vwWOZG4+pf+0PWM57B4iWHqpYn/ZHox3NG7CKYpNkfzdY9OdH00h16Z+Amapykk2CD3QHhNZSjKNf+ADcnskJCu/rSRudXKXRp6iN8Bm91xk4rYXEZg53a2Ga9o++3jCg0mep6qMEFG3CcF4sFR/mN1zxa3Q9npEagNmZ+pvjV8notbbpVsNyiv/xlpDE34FkOksmYK2vIW2LY6ClHGdDe7kcSTFdOfDmTsztlh0H/h61iE/BPMrZwqIrlqwzpP6VRxqavH2zIHusBS5NX88ee5dN8JSvLQ/BfODQv3vp+tHKLSbIi5mqhnAK4DbmYGddswSCUFvI0NPTYNZgXNmZQ0CpKPyYu0uphN8Ra3pblbTpNdeWuP5zI1NW70rkLVuaPC/OgJL4UWKKnbBKPAH/FHrkjFVvBcAH2DYYYTS+E3Iu45p9HRaZcXv2Wrhw2d9AcQcqtqV0SlITg1rxVEBn8t/pxkBL4vBkCM9YVKYWSFOQK5kpbzUmfA1R9wYTAIzD8uw6rxQdXV3KM8msaCqtlqpMLRqCuO2XoA23e+/Q== tom@meagher.co
5 changes: 5 additions & 0 deletions .config/nix/modules/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
target = ".ssh";
recursive = true;
};
xcode = {
source = ../files/xcode;
target = "Library/Developer/Xcode/UserData";
recursive = true;
};
};

xdg = {
Expand Down

0 comments on commit 21994ed

Please sign in to comment.