about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-12 22:39:54 +0900
committersefidel <contact@sefidel.net>2023-08-12 22:39:54 +0900
commit2ec1b71de1727a0214f363c6b1ee4e5f52e61a64 (patch)
treec519a5377320029b022526dff3d7db7d66fee3be /home
parent271cbea0f7bca9a8521507d2368e49ff1a6a5551 (diff)
downloadnixrc-2ec1b71de1727a0214f363c6b1ee4e5f52e61a64.tar.gz
nixrc-2ec1b71de1727a0214f363c6b1ee4e5f52e61a64.zip
feat(home/development): use local key for git-admin
Diffstat (limited to 'home')
-rw-r--r--home/profiles/development/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/development/default.nix b/home/profiles/development/default.nix
index 35638f1..ea95144 100644
--- a/home/profiles/development/default.nix
+++ b/home/profiles/development/default.nix
@@ -87,14 +87,14 @@ in
       Host git.exotic.sh
         User git
         Port 22
-        IdentityFile ~/.ssh/id_ed25519
+        IdentityFile ~/.ssh/sefidel.pub
         IdentitiesOnly true
 
       Host git-admin.vhosts.exotic.sh
         HostName git.exotic.sh
         User git
         Port 22
-        IdentityFile ~/.ssh/sefidel.pub
+        IdentityFile ~/.ssh/id_ed25519
         IdentitiesOnly true
 
       Host work.vhosts.exotic.sh