diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-03-12 15:10:42 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-03-12 15:10:42 -0700 |
commit | 3ed9b744ed355b7be9d391b11c53f5173b0e3c89 (patch) | |
tree | dbe0df2f32005655d0759352ac997b4810a65650 /nix/profiles | |
parent | installing vscode through nix does not work well for me (diff) | |
download | world-3ed9b744ed355b7be9d391b11c53f5173b0e3c89.tar.gz |
fix a typo and update 1password config
Diffstat (limited to 'nix/profiles')
-rw-r--r-- | nix/profiles/home-manager/ssh.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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" ''; } |