about summary refs log tree commit diff
path: root/nix/profiles/home-manager/ssh.nix
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-03-12 15:10:42 -0700
committerFranck Cuny <fcuny@roblox.com>2024-03-12 15:10:42 -0700
commit3ed9b744ed355b7be9d391b11c53f5173b0e3c89 (patch)
treedbe0df2f32005655d0759352ac997b4810a65650 /nix/profiles/home-manager/ssh.nix
parentinstalling vscode through nix does not work well for me (diff)
downloadworld-3ed9b744ed355b7be9d391b11c53f5173b0e3c89.tar.gz
fix a typo and update 1password config
Diffstat (limited to '')
-rw-r--r--nix/profiles/home-manager/ssh.nix4
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"
   '';
 }