浏览代码

feat(meili+ssh): added odin configuration

Zander Hawke 9 月之前
父节点
当前提交
f93773521a
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      home/features/cli/ssh.nix

+ 12 - 0
home/features/cli/ssh.nix

@@ -17,6 +17,18 @@
       userKnownHostsFile = "~/.ssh/known_hosts";
     };
 
+    matchBlocks.odin = {
+      hostname = "odin.taild019.ts.net";
+      user = "thomas";
+      forwardAgent = true;
+      remoteForwards = [
+        {
+          bind.address = "/run/user/1000/gnupg/d.o6jzqfigwppq1eps4nhng6n5/S.gpg-agent";
+          host.address = "/Users/thomas/.config/gnupg/S.gpg-agent.extra";
+        }
+      ];
+    };
+
     matchBlocks = {
       github.hostname = "github.com";
       github.user = "git";