From 3ed9b744ed355b7be9d391b11c53f5173b0e3c89 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Mar 2024 15:10:42 -0700 Subject: fix a typo and update 1password config --- nix/profiles/home-manager/ssh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nix/profiles') diff --git a/nix/profiles/home-manager/ssh.nix b/nix/profiles/home-manager/ssh.nix index 0ed401e..eebfd71 100644 --- a/nix/profiles/home-manager/ssh.nix +++ b/nix/profiles/home-manager/ssh.nix @@ -23,7 +23,7 @@ extraOptions = { preferredAuthentications = "publickey"; }; }; "github.rbx.com" = { - hostname = "github.com"; + hostname = "github.rbx.com"; user = "git"; forwardAgent = false; extraOptions = { preferredAuthentications = "publickey"; }; @@ -38,5 +38,7 @@ [[ssh-keys]] account = "roblox.1password.com" + item = "GitHub ssh key" + vault = "Private" ''; } -- cgit 1.4.1